Write code to output 4 raised to the 5th power. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 8

Write code to output 4 raised to the 5th power.

24th Jan 2022, 12:51 PM
Dinuka Samaranayake
5 Answers
+ 4
print(4**5)
30th Jan 2022, 7:25 PM
Avrian Shandy
Avrian Shandy - avatar
+ 1
Please tag the relevant programming language and tell us what you have tried so far!
24th Jan 2022, 4:09 PM
Lisa
Lisa - avatar
0
print(4**5)
2nd Oct 2022, 5:39 AM
Sumit Prajapati
Sumit Prajapati - avatar
- 1
Q. Write code to output 4 raised to the 5th power. answer. print(4**5) for more doubt contact here on telegram https://youtu.be/tOWQqOWieE4
18th Nov 2022, 4:56 AM
RAJVEER SINGH BAIRWA
RAJVEER SINGH BAIRWA - avatar
- 2
In Python: print(4**5)
24th Jan 2022, 1:02 PM
Timur Askarov
Timur Askarov - avatar