Skip to content

Commit 83a81cb

Browse files
authored
Update exercise.py
1 parent 5be5247 commit 83a81cb

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

exercise.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11

2-
#1. Some Generative Art
3-
# import sys
4-
# import random
5-
# chars="\|/"
6-
# def draw(rows, columns):
7-
# for r in rows:
8-
# print(''.join(random.choice(chars) for _ in range(columns)))
9-
10-
# draw(10,20)
11-
12-
13-
14-
152
# rows = 5
163
# i = 1
174
# while i <= rows:

0 commit comments

Comments
 (0)