user_input 0.1.0

User Input Made Simple
Documentation
1
2
3
4
5
6
7
# user-input
this will give you user input of any data type you want
for string use str()
for unsigned inegert use unint()
for signed and unsinged integer both use int()
for character use chara()
for floating point use float()