My Learning

My Learning

list1 = ["bruh","hello",int,"=",3,84,4,4,34332,2,33,3]
for item in list1:
if type(item)==int and item>6:

print(item) 

Comments

Popular posts from this blog

Sets in Python

My Learnings