Skip to content

Commit

Permalink
Python 10Print (noops-challenge#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
netromdk authored and doolittle committed Jun 30, 2019
1 parent f412686 commit e02b52c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions challenges/10print/entries/netromdk/10print.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import random
while 1:print(random.choice("/\\"),end="")
13 changes: 13 additions & 0 deletions challenges/10print/entries/netromdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
```
$ python3 10print.py
\//\/\/\\\\///\\////\/\\/\/////\\\\\\/\\////////\\/\/\/\\/////\//\//
\//\/\\/\//\\\\\\\/\\//\//\////////\\/\/\/\\\/\//\//\\\\/\\\/////\\\
//\\//\\//\\/\\\//\/\\//\/\/\\/\//\///\//\/\//\//\\//\\/\/\///\\\\/\
////\/\\/\\//\////\///\\/\\///\\//\\\\/\\\/\\/\\/\\/\\\\\//\\/\/\/\\
\\/\/\\/\//\////\\\//\//\\/\\\\\\\////\/\/\\//\///\/\\///\///\\//\/\
/\///\/\/\/\\//\/\/\/////\\\\\\\/\\\///\\///\//\\\//\\\////////\\\\\
...
$ wc -c 10print.py
57 10print.py
```

0 comments on commit e02b52c

Please sign in to comment.