commited all contents created by participants

This commit is contained in:
Bachir Soussi Chiadmi
2017-12-21 18:12:40 +01:00
parent cefd1c2ad0
commit b936b1e616
2137 changed files with 1076319 additions and 730 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/python
# this is a shebang: https://en.wikipedia.org/wiki/Shebang_%28Unix%29
import random
#print (prefixe1)
#intégrer une sentence
#myfile = open ("which_spites.txt", 'r')
#sentence = myfile.read()
#myfile.close()
phrase = "And that which spites me more than all these wants- He does it under name of perfect love"
print("1ere réplique:", phrase)
mots = sentence.split(" ")
print( "liste des mots:", mots )