File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11.idea /
22.python-version
33.venv /
4+ __pycache__ /
5+ hello.py
Original file line number Diff line number Diff line change 1212 uv run ruff check brain_games
1313lint-fix :
1414 uv run ruff check brain_games --fix
15+ brain-calc :
16+ uv run brain-calc
17+ brain-even :
18+ uv run brain-even
19+ brain-gcd :
20+ uv run brain-gcd
21+ brain-prime :
22+ uv run brain-prime
23+ brain-progression :
24+ uv run brain-progression
Original file line number Diff line number Diff line change 22
33
44def welcome_user ():
5+ print ('Welcome to the Brain Games!' )
56 name = prompt .string ('May I have your name? ' )
67 print (f'Hello, { name } !' )
Original file line number Diff line number Diff line change 22
33
44def main ():
5- print ('Welcome to the Brain Games!' )
65 welcome_user ()
76
87
You can’t perform that action at this time.
0 commit comments