Skip to content

Commit

Permalink
update Ch04 Conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
rambasnet committed Sep 27, 2023
1 parent 6c499c9 commit 45ee8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Ch04-Conditionals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,7 @@
"- [https://open.kattis.com/problems/vedurvindhradi](https://open.kattis.com/problems/vedurvindhradi)\n",
"\n",
"### Úllen dúllen doff\n",
"- [https://open.kattis.com/problems/ullendullendoff](https://open.kattis.com/problems/ullendullendoff\n",
")\n",
"- [https://open.kattis.com/problems/ullendullendoff](https://open.kattis.com/problems/ullendullendoff)\n",
"\n",
"### Sith\n",
"- [https://open.kattis.com/problems/sith](https://open.kattis.com/problems/sith)"
Expand Down
2 changes: 1 addition & 1 deletion labs/conditionals/twostones/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ def answer(stone: int):


if __name__ == "__main__":
main() # call main function
main()

0 comments on commit 45ee8a3

Please sign in to comment.