Skip to content

Commit e8a6849

Browse files
author
Tania Allard
authored
Update session-1.md
1 parent 8719a4c commit e8a6849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You might hear us using the terms "web application" or "web app" or "interactive
4545

4646
Open your code editor (Atom or Sublime), and create a new file. In this file, let's just type one thing:
4747

48-
`print 'Hello, World!'`
48+
`print ('Hello, World!')`
4949

5050
It doesn't matter if you use single or double quotation marks, as long as you use them together, in pairs.
5151

0 commit comments

Comments
 (0)