Advertisement
szkoleniaTIK

Untitled

Feb 23rd, 2020
1,046
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. a=180
  2. b=42
  3. while a!=b:
  4.     if a>b:
  5.         a=a-b
  6.     else:
  7.         b=b-a
  8. print(a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement