Computer Science, asked by dcostamarina, 6 months ago

PRINT INT(81.56) *51 *56 *81 *80

Answers

Answered by hey1063
1

Answer:

wrong syntax

print("81.56")

or

a=(81.56) *51 *56 *81 *80

print (a)

Similar questions