PRINT INT(81.56) *51 *56 *81 *80
Answers
Answered by
1
Answer:
wrong syntax
print("81.56")
or
a=(81.56) *51 *56 *81 *80
print (a)
Similar questions