Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

Chef in his Office codechef solution

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

PREVIOUS NEXT
Code Example
Python :: python get object parameters 
Python :: function for permutation sampling 
Python :: how to use ActionChains selenium python with WebDriverWait 
Python :: python build a string using reduce and concatenate 
Python :: python list sort key lambda on equal other function 
Python :: how to sort in python 
Python :: argsort in descending order numpy 
Python :: join function 
Python :: why python stops after plt.show() 
Python :: Prints all integers of a list 
Python :: where is a package stored python 
Python :: godot get scenes from folder 
Python :: /n python 
Python :: how to chose version of python 
Python :: pair plot seaborn 
Python :: gdscript fixed decimal 
Python :: How to find the most similar word in a list in python 
Python :: use python to download youtube playlist mp3 
Python :: flask sqlalchemy case insensitive like 
Python :: check if input is pandas dataframe 
Python :: python yield from 
Python :: Amazing Trees with python turtle 
Python :: numpy distance of consecutive elements 
Python :: numpy replace all values with another 
Python :: input and print 
Python :: how to format a file in python 
Python :: numpy random entries not repeat 
Python :: class variable in python 
Python :: install requests-html with conda 
Python :: django models filter 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =