mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-21 23:00:43 -08:00
6 lines
93 B
Python
6 lines
93 B
Python
from awari import print_with_tab
|
|
|
|
|
|
def test_print_with_tab():
|
|
print_with_tab(3, "Hello")
|