0
Can you explain thus "for word in words:" print(word+"!")
3 Respostas
0
When "words" is a list, every step of your loop "word" will be the next element and will output with '!'.
0
ok thnkx for answering
0
can u also explain about range i mean when we write "for i in range(10): then range is started with which element 0 or 1