mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-21 14:50:54 -08:00
Add Python tests
This commit is contained in:
5
04_Awari/python/test_awari.py
Normal file
5
04_Awari/python/test_awari.py
Normal file
@@ -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