GITLAB
aarnaude
/
Orchestre_Electronique_P19_IMA4SC_S8
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
8ed34d4cff7ca55764c5ad94b73edbe9082a9ff1
Authored by
aarnaude
2017-03-29 19:39:16 +0000
1 parent
73dd3872
live en cours
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
fifo.py
Inline
Side-by-side
fifo.py
0 → 100644
Show/Hide comments
View file @
8ed34d4
@@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
1
+filename = "fifo.tmp"
2
+
3
+fifo=open(filenam, "r")
4
+with data in f:
5
+ print data
6
+
7
+fifo.close()