This is a picture of a very cool car

car.webp

Cool car picture

As you can see:

  • It is black
    • It is a cool looking car too
  • It is in the middle of the galaxy
  • It is one a dirt planet

A few things we can infer from this:

  1. It is not a real image
  2. The var is likely a real car

Here is a for-loop in javascript:

for (let i = 0; i < 10; i++) {
	console.log(`i = ${i}`)
}
for x in range(10):
	print(f"I am {x}")