0

What algorithm can create a turple from an input function and print it?

13th Aug 2017, 9:48 PM
Godswill
Godswill - avatar
2 Antworten
+ 1
a = tuple(input()) #Inputs Gavin print(a) //Outputs ('G','a','v','i','n')
13th Aug 2017, 10:01 PM
Ghauth Christians
Ghauth Christians - avatar
0
OH I grab... sorry for the late response
11th Sep 2017, 12:28 PM
Godswill
Godswill - avatar