Learn practical skills, build real-world projects, and advance your career

Python Crash Course exercises


image.png

What is 7 to the power of 4 ?

7**4
2401

Given the Variables

planet = "Earth"

diameter= 12742

Use .format() to print the following

The diameter of Earth is 12742 Kilometers.