DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python create tuple from input
t = input() a = tuple(int(x) for x in t.split()) #view this tuple print(a)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#create
#tuple
#input
ADD COMMENT
Topic
COMMENT
Name
7+1 =
Submit