My issue
plz explain the problem clearly and solution in python
My code
# cook your dish here
Learning course: Basic Math using Python
Problem Link: Practice Problem in - CodeChef
plz explain the problem clearly and solution in python
# cook your dish here
Learning course: Basic Math using Python
Problem Link: Practice Problem in - CodeChef
@chatlamohan2
here is your python solution
# cook your dish here
t=int(input())
for i in range(t):
a=int(input())
print(a//2)