Skip to content

Commit 5dccdf3

Browse files
authored
Update main.py
1 parent 0d45390 commit 5dccdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def clear():
1414
global console
1515
for x in range(50):
1616
console.clear()
17-
def _print(*str: str) => None:
17+
def _print(*str: str):
1818
if os.name == 'nt':
1919
print(str)
2020
return

0 commit comments

Comments
 (0)