Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

how do i add limitations in inputs in python

hp_cur=int(input("Enter the current number of HP (1-75): "))
hp_max= int(input("Enter the maximum number of HP (1-75): "))
hp_dif=(hp_max-hp_cur)
 
PREVIOUS NEXT
Tagged: #add #limitations #inputs #python
ADD COMMENT
Topic
Name
5+4 =