Advertisement
LilChicha174

Untitled

Mar 20th, 2022
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. from random import randint
  2. a = randint(1, 10000)
  3. print("a =", a, "cm")
  4. print("a =", a // 100, "m")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement