+ 1
There must be an output!!!
a = "b1a is 0n th3 w0rd 0f 61bnary" for k in a: if type(k) == type(7): print (k) else: continue
2 Respuestas
+ 4
else:
continue
is unnecessary 👆
+ 4
There isn't because all of k values are one character strings.
1 and 3 and and 0 6 and 1 are considered as string, too.But as you know 7 is an int.