Skip to content

Commit b3f4ba3

Browse files
committed
Moving the note to a more appropriate place.
1 parent d6475aa commit b3f4ba3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

en-GB/lessons/ASCII Art/ASCII Art - notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ embeds: "*.png"
88
This project teaches children how to run a simple Python program, and how to print text to the screen. Children will write programs to print ASCII art to the screen.
99

1010
#Resources
11-
For this project, Python will need to be installed. It is recommended that version 3.2 of Python is installed. Note that on newer versions of Python the `File → New Window` menu option has been replaced by `File → New File`.
11+
For this project, Python will need to be installed. It is recommended that version 3.2 of Python is installed.
1212

1313
Children can also make use of the materials which accompany these challenges. Files included in the 'Project Resources' folder (found under the 'Download Project Materials' link):
1414

@@ -31,6 +31,7 @@ Make sure that each child has read and write access to their own copy of these r
3131
+ Code a scarf - expressions using numbers and text strings.
3232

3333
#Frequently Asked Questions
34+
+ In versions of Python newer than 3.2 the `File → New Window` menu option has been replaced by `File → New File`.
3435
+ Children should make sure they type `.py` at the end of their filename when saving. This allows IDLE to use syntax highlighting, which improves code readability.
3536
+ Children will not yet have learnt about the backslash escape character `\`. This means that they will get an error message if they try and use a backslash immediately before the end speechmark in their `print()` statement. This problem can be solved by putting a space between a backslash and any speech marks.
3637
+ Children should not use the speech mark character `"` anywhere within a print statement, as the editor will incorrectly assume that this marks the end of the printed text.

0 commit comments

Comments
 (0)