We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a62887 commit e875900Copy full SHA for e875900
Makefile
@@ -1,3 +1,8 @@
1
+reinstall:
2
+ uv build
3
+ uv tool install --force dist/*.whl
4
+ uv sync
5
+
6
install:
7
uv sync
8
brain_games/scripts/brain_games.py
@@ -4,7 +4,7 @@
def main():
print("Welcome to the Brain Games!")
name = prompt.string("May I have your name? ")
- print(f"Hello, ({name}!")
+ print(f"Hello, {name}!")
9
10
if __name__ == '__main__':
0 commit comments