Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~17.0K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Cup of Squirrel

I've skimmed the manual and cant find the answer to this anywhere: In basic, to add an Input function you would do (for example): [CODE] Input "What is your name? " name$ [/CODE] How do I do this in Python?

Member Avatar for Jason_15
1
17K
Member Avatar for rexasabor

How do you add x amount of different inputs? For example, if you were to code number = input("How many numbers do you have?") for x in range(number): value = input("Insert a value:") The user would decide how many values (number) they have and what the are. I would like …

Member Avatar for ddanbe
0
124