Contact: aviboots(AT)netvision.net.il
41,502 questions
54,086 answers
573 users
tpls = (("python", "c", 847.938), ("c++", "c#", 2020.72), ("java", "go", 489287)) for t in tpls: print(t) ''' run: ('python', 'c', 847.938) ('c++', 'c#', 2020.72) ('java', 'go', 489287) '''