Application based questions.
1. Yukti wanted to print the quotient of 177 / 7 using Python. Write the command
which she should type in Python for this task.
Answers
Answered by
1
var1=177
var2=7
print(var1 // var2)
__________________________________________
/ --> used to get decimal value
// --> used to get normal value
Answered by
1
Answer:
very bad you are giving wrong answer don't send wrong answer
Similar questions