mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-22 22:56:08 -07:00
Add Python tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from awari import print_with_tab
|
||||
|
||||
|
||||
def test_print_with_tab():
|
||||
print_with_tab(3, "Hello")
|
||||
Reference in New Issue
Block a user