The provided code stores the value 7 in a variable, and outputs it. Change the code to output the value of the variable raised t | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 6

The provided code stores the value 7 in a variable, and outputs it. Change the code to output the value of the variable raised t

would anyone be able to help with this one pls

29th Jan 2022, 12:22 PM
L Banks
8 Answers
+ 4
num= 7**3 print(num)
15th Feb 2022, 5:26 PM
Saqib Ali
+ 2
L Banks Raised to??
29th Jan 2022, 1:49 PM
NEZ
NEZ - avatar
+ 1
num= 7 print(num**3)
2nd Apr 2022, 7:38 PM
Fahim
Fahim - avatar
+ 1
num=7 print(num**3)
5th Jun 2022, 7:20 PM
Anshul Anil Pawar
Anshul Anil  Pawar - avatar
0
a = 7 t = int(input()) a = a**t print(a) i don’t get you NEZ
29th Jan 2022, 1:49 PM
hamishhr
hamishhr - avatar
0
Aha, a nice mind reader?? @hamishhr edit]: nothing hamishhr
29th Jan 2022, 1:51 PM
NEZ
NEZ - avatar
0
print( num**3)
11th Nov 2022, 12:33 PM
bilisuma dejene
bilisuma dejene - avatar
- 2
Your question is incomplete
29th Jan 2022, 12:28 PM
Chigozie Anyaeji 🇳🇬
Chigozie Anyaeji 🇳🇬 - avatar