mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-19 19:03:02 +08:00
all valid python 3
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
power = int(raw_input("Enter the power of 2: "))
|
||||
power = int(input("Enter the power of 2: "))
|
||||
num = 2**power
|
||||
|
||||
string_num = str(num)
|
||||
|
Reference in New Issue
Block a user