Search
 
SCRIPT & CODE EXAMPLE
 

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))
Comment

PREVIOUS NEXT
Code Example
Python :: get data from keyboard python 
Python :: django user refistration 
Python :: indentation error python 
Python :: *args **kwargs together in python 
Python :: set up splinter 
Python :: cieling function pandas 
Python :: create matrice 2d whit 3colum panda 
Python :: MultiValueDictKeyError at /user/register 
Python :: one liner if else replacement in python 
Python :: matplotlib 3.4.1 und csv 
Python :: python how to hash string into pbkdf2 
Python :: python von konsoleeinlesen 
Python :: python -m pip install --upgrade pip /usr/bin/python: No module named pip 
Python :: fading hex color python 
Python :: python code checker and corrector 
Python :: pandas average of vectors after groupby 
Python :: change column row box colour tkinter 
Python :: difference between methods and attributes 
Python :: matplotlib librosa show spectrogram 
Python :: WAP THAT ASKS A USER FOR A NUMBER OF YEARS AND THEN PRINTS OUT THE NUMBER OF DAYS, HOURS ,MINUTES AND SECONDS IN THAT NO. OF YEARS. 
Python :: semicircle 
Python :: interval time specification 
Python :: debugger online for python 
Python :: django router multiple pk 
Python :: standard destructuring assignments in python 
Python :: off-by-one error in python 
Python :: How to compress image field in django? 
Python :: Free the Bunny Prisoners 
Python :: how to reverse a dictionary in python 
Python :: check version of various pkgs 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =