Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. def healer(hp):
  3.  
  4. numbers = hp.split(': ')
  5.  
  6. current_hp, full_hp = numbers[1].split(' / ')
  7.  
  8. if current_hp != full_hp:
  9. print('lecz')
  10. else:
  11. print('full hp')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement