Skip to content

Commit 3b630c8

Browse files
committed
Updated IDE link
1 parent 7f96612 commit 3b630c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Instructions/Exercises/01-create-a-personalized-greeting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ This exercise takes approximately **15** minutes.
1818

1919
You'll write and run your code using an online Python editor — no installation required.
2020

21-
1. Open a browser and navigate to the Python editor at [https://buzahid.github.io/python-coder/app/](https://buzahid.github.io/python-coder/app/).
21+
1. Open a browser and navigate to the Python editor at [https://microsoftlearning.github.io/python-coder](https://microsoftlearning.github.io/python-coder/).
2222

23-
1. You'll see two panels:
23+
2. You'll see two panels:
2424
- **Editor pane** (left): where you write your Python code.
2525
- **Output terminal** (right): where output is displayed and where you can type input when the program asks for it.
2626

27-
1. The editor may contain some default code. Select all of it and delete it so you're starting with a clean, empty file.
27+
3. The editor may contain some default code. Select all of it and delete it so you're starting with a clean, empty file.
2828

2929
## Set up your program
3030

Instructions/Exercises/02-calculate-students-gpa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This exercise takes approximately **20** minutes.
1616

1717
## Open the online Python IDE
1818

19-
1. Open a browser and navigate to the Python editor at [https://buzahid.github.io/python-coder/app/](https://buzahid.github.io/python-coder/app/).
19+
1. Open a browser and navigate to the Python editor at [https://microsoftlearning.github.io/python-coder](https://microsoftlearning.github.io/python-coder/).
2020

2121
1. You'll see two panels:
2222
- **Editor pane** (left): where you write your Python code.

0 commit comments

Comments
 (0)