Computer Science, asked by SudeepthiVulluri, 5 months ago

Find the output from the code
x=120.0;
y=5%3;
x=int(x/y)
print(x)​

Answers

Answered by harishkannance
5

Explanation:

hhuhhg hhkjbb 7766 feet 7990

Answered by b18me034
1

Answer:

y=5%3;=={2}

x=int(120.0/2)

x=60.0

Similar questions