Input, print and numbers - Learn Python 3 - Snakify

Lesson 1. Input, print and numbers




3/24. Reach out and touch faith.

We are excited to show you some more mathematical operations. In Python, you can easily calculate the value of some number to the power of another number. How to calculate 216 (2 to the power of 16)? Just type in: print(2 ** 16)

Instructions

Type in: print(2 ** 16) and press "Run".

As you see, two stars ** are used for exponentiation.
# You are cordially invited 
# to write code in this window
# below these words.