Advertisement
endzie_fyrge

[2] Weird Sum

Jun 23rd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. x = float(input("Enter the number: "))
  2.  
  3. print((x % 1000) // 100 + (x % 0.1) // 0.01)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement