Skip to content

Commit eddd045

Browse files
committed
added drop downs
added drop downs for OSX Linux and Windows in the Save it! section.
1 parent a26bcda commit eddd045

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

en/python_introduction/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,12 +582,19 @@ Now we need to save the file and give it a descriptive name. Let's call the file
582582

583583
With the file saved, it's time to run it! Using the skills you've learned in the command line section, use the terminal to **change directories** to the desktop.
584584

585+
<!--sec data-title="OS X" data-id="python_OSX"
586+
data-collapse=true ces-->
587+
585588
On a Mac, the command will look something like this:
586589

587590
{% filename %}command-line{% endfilename %}
588591
```
589592
$ cd ~/Desktop
590593
```
594+
<!--endsec-->
595+
596+
<!--sec data-title="Linux" data-id="python_linux"
597+
data-collapse=true ces-->
591598

592599
On Linux, it will be like this (the word "Desktop" might be translated to your local language):
593600

@@ -596,12 +603,17 @@ On Linux, it will be like this (the word "Desktop" might be translated to your l
596603
$ cd ~/Desktop
597604
```
598605

606+
<!--endsec-->
607+
608+
<!--sec data-title="Windows" data-id="python_windows" data-collapse=true ces-->
609+
599610
And on Windows, it will be like this:
600611

601612
{% filename %}command-line{% endfilename %}
602613
```
603614
> cd %HomePath%\Desktop
604615
```
616+
<!--endsec-->
605617

606618
If you get stuck, just ask for help.
607619

0 commit comments

Comments
 (0)