Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Integers come in all sizes solution in python3

# Enter your code here. Read input from STDIN. Print output to STDOUT
a,b,c,d = (int(input()) for _ in range(4))
print (pow(a,b)+pow(c,d))
Source by programs.programmingoneonone.com #
 
PREVIOUS NEXT
Tagged: #Integers #sizes #solution
ADD COMMENT
Topic
Name
2+1 =