Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #=====================================================================================================================
- #------------------------------------------------------------------------------------------------------------
- #PRINT A FLOAT
- height = 250.5
- print('Your height is: '+str(height)) #CONVERTS HEIGHT FROM AN INTEGER TO A STRING
- #print(type(height))
- #=====================================================================================================================
- #------------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement