Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed typo in lesson 09.
  • Loading branch information
MilanGrujicic committed Oct 11, 2024
commit f1b0e18027299d7b2c20b0172308fe038263d4be
2 changes: 1 addition & 1 deletion 2-variables/09_hypotenuse.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pythagorean Theroem 📐
# Pythagorean Theorem 📐
# Codédex

a = int(input("Enter a: "))
Expand Down