89.4K subscribers
87 photos
13 videos
6 files
161 links
Python.hub
Download Telegram
Turtle Clock.txt
3.6 KB
Code file for Clock program
>>> def unpack(p, q, r, s):
print(p+s)
>>> a = [1, 2, 3, 4] >>> unpack(a)
Anonymous Quiz
9%
7
46%
5
35%
Error
10%
None of the above
>>> x = ['python', 'hub']
>>> x.sort(key = len)
>>> print(x)
Anonymous Quiz
42%
['hub', 'python']
30%
['python', 'hub']
20%
Error
8%
None of the above