commited all contents created by participants
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
texte = open ("diff", "r")
|
||||
sentence = texte.read()
|
||||
texte.close()
|
||||
|
||||
print(sentence)
|
||||
Reference in New Issue
Block a user