Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Python
python user input to tuple
BladorthinTheGrey
Programming language:
Python
2021-06-08 12:31:55
0
Q:
python user input to tuple
Motionless Mouse
Code:
Python
2021-02-22 22:33:16
tuple(map(int,raw_input().split(',')))
0
user2382107
Code:
Python
2021-07-06 10:46:54
tuple(int(x.strip()) for x in raw_input().split(','))
-1
Tags
user
use
python
input
Related
python tuple to integer
python how to separate inputs into separate tuples
python tuple convert to list
how to add strings in tuple in python
make a tuple of any object in python
how to append to tuple in python
how to input in python
how to have player input in python
python how to make a tuple
python how to use input
how to let the user input desmials in python
how to add a user input in python
how to pass a tuple to a function in python
update value in tuple python
how to convert tuple to int in python
python create tuple from input
New to Communities?
Join the community