a = float(input( ))
b = 100
c = a / b
print(f"c = {c}")
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
a = float(input( ))
b = 100
c = a / b
print(f"c = {c}")