Skip to content

Commit ead8490

Browse files
committed
update initialcodes
1 parent ce64d6a commit ead8490

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/pages/index.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,7 @@ const initialCodes = [
145145
{
146146
id: "conditionals",
147147
name: "If/Else",
148-
en: `
149-
# Convert this file to Urdu code using the --reverse flag!
150-
151-
something = 2
148+
en: `something = 2
152149
153150
if something == 1:
154151
display ("Hello")
@@ -160,8 +157,7 @@ else:
160157
{
161158
id: "loop",
162159
name: "Loop",
163-
en: `
164-
things = ['💻', '📷', '🧸']
160+
en: `things = ['💻', '📷', '🧸']
165161
166162
for thing in things:
167163
display(thing)

0 commit comments

Comments
 (0)