Skip to content

Commit

Permalink
Mit Colab erstellt
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbichler committed Oct 25, 2024
1 parent ed5d8a9 commit 053d068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python_CrashCourse_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"source": [
"# @markdown ##### Add your name to the variable \"my_name\" and run the code\n",
"\n",
"my_name = 'sdf'\n",
"my_name = ''\n",
"book = \"Man without Women\"\n",
"author = 'Haruki Murakami'\n",
"print(my_name + \" likes \" + book + \" by \" + author)\n",
Expand Down

0 comments on commit 053d068

Please sign in to comment.