Advertisement
JustCheburek

Untitled

Mar 27th, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. a = input()
  2. b = c = 1
  3. if a == ':':
  4. print(b / c)
  5. elif a == '*':
  6. print(b * c)
  7. else:
  8. print('Это не ариф знак')
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement