commited all contents created by participants
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
sentence="azerty uiop"
|
||||
words = sentence.split()
|
||||
print (words)
|
||||
for word in words:
|
||||
print(word.index(word))
|
||||
Reference in New Issue
Block a user