Skip to content

Commit 4f3864c

Browse files
committed
Tenth project
1 parent b111f5a commit 4f3864c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.idea/workspace.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wpm.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import curses
2+
from curses import wrapper
3+
4+
def main(stdscr):
5+

0 commit comments

Comments
 (0)