Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

Insurance codechef solution

for _ in range(int(input())):
    a,b = map(int,input().split())
    print(min(a,b))
Comment

PREVIOUS NEXT
Code Example
Python :: regex for repeating words python 
Python :: How to track hands python opencv/mediapipe 
Python :: python crear dataframe 
Python :: get return value from transaction in brownie 
Python :: parse int python 
Python :: python tkinter entry widget 
Python :: django error handling < form 
Python :: Python Frozenset operations 
Python :: python how to make a movement controler 
Python :: how to get size of list in python 
Python :: lambda function in python 
Python :: associate keys as list to values in python 
Python :: how to declare a class in python 
Python :: fakultät python 
Python :: how to get what type of file a file is in python 
Python :: rolling window pandas 
Python :: Delete python text after 1 sec 
Python :: how to create an integer validate python 
Python :: pandas description of dataframe renaming column values 
Python :: is vs == python 
Python :: from one hot encoding to integer python 
Python :: numpy where 
Python :: range function 
Python :: to_cvs python 
Python :: python discord mention user 
Python :: python swap function 
Python :: python counter nested dictionary 
Python :: torch tensor to pandas dataframe 
Python :: python PyDrive service account credentials 
Python :: Python NumPy ndarray flatten Function Example 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =