Sequential print

Sequential print

Question Composition

easy 🌢️ 2
medium 🌢️🌢️ 2

Sequential print command

Which program generates the following output?

1
2

Choose one correct answer:

print "1"
print "2"
print "2"
print "1"
print "1" "2"
print "2" "1"

Sequential print command

Which program generates the following output?

2
1

Choose one correct answer:

print "1"
print "2"
print "2"
print "1"
print "1" "2"
print "2" "1"

Sequential print command

Which program generates the following output?

1 2

Choose one correct answer:

print "1"
print "2"
print "2"
print "1"
print "1" "2"
print "2" "1"

Sequential print command

Which program generates the following output?

2 1

Choose one correct answer:

print "1"
print "2"
print "2"
print "1"
print "1" "2"
print "2" "1"

Sequential print command

What does this program output?

print "1"
print "2"

Choose one correct answer:

1
2
2
1
1 2
2 1

Sequential print command

What does this program output?

print "2"
print "1"

Choose one correct answer:

1
2
2
1
1 2
2 1

Sequential print command

What does this program output?

print "1" "2"

Choose one correct answer:

1
2
2
1
1 2
2 1

Sequential print command

What does this program output?

print "2" "1"

Choose one correct answer:

1
2
2
1
1 2
2 1

Sequential print command

Which program generates the following output?

🌱
🌦️
🌷

Choose one correct answer:

print "🌱"
print "🌦️"
print "🌷"
print "🌷"
print "🌦️"
print "🌱"
print "🌱" "🌦️" "🌷"
print "🌷" "🌦️" "🌱"

Sequential print command

Which program generates the following output?

🌷
🌦️
🌱

Choose one correct answer:

print "🌱"
print "🌦️"
print "🌷"
print "🌷"
print "🌦️"
print "🌱"
print "🌱" "🌦️" "🌷"
print "🌷" "🌦️" "🌱"

Sequential print command

Which program generates the following output?

🌱 🌦️ 🌷

Choose one correct answer:

print "🌱"
print "🌦️"
print "🌷"
print "🌷"
print "🌦️"
print "🌱"
print "🌱" "🌦️" "🌷"
print "🌷" "🌦️" "🌱"

Sequential print command

Which program generates the following output?

🌷 🌦️ 🌱

Choose one correct answer:

print "🌱"
print "🌦️"
print "🌷"
print "🌷"
print "🌦️"
print "🌱"
print "🌱" "🌦️" "🌷"
print "🌷" "🌦️" "🌱"

Sequential print command

What does this program output?

print "🌱"
print "🌦️"
print "🌷"

Choose one correct answer:

🌱
🌦️
🌷
🌷
🌦️
🌱
🌱 🌦️ 🌷
🌷 🌦️ 🌱

Sequential print command

What does this program output?

print "🌷"
print "🌦️"
print "🌱"

Choose one correct answer:

🌱
🌦️
🌷
🌷
🌦️
🌱
🌱 🌦️ 🌷
🌷 🌦️ 🌱

Sequential print command

What does this program output?

print "🌱" "🌦️" "🌷"

Choose one correct answer:

🌱
🌦️
🌷
🌷
🌦️
🌱
🌱 🌦️ 🌷
🌷 🌦️ 🌱

Sequential print command

What does this program output?

print "🌷" "🌦️" "🌱"

Choose one correct answer:

🌱
🌦️
🌷
🌷
🌦️
🌱
🌱 🌦️ 🌷
🌷 🌦️ 🌱

Sequential print command

Complete the program that generates this output:

Bugs like hugs.
πŸ‘ΎπŸ›πŸ₯°

Program:

Sequential print command

Complete the program that generates this output:

Colors clash
with a splash.
πŸ’»πŸŒˆβ›²οΈ

Program:

Sequential print command

Complete the program that generates this output:

The early bird
finds the bug.
πŸ₯πŸͺ³πŸ›

Program:

Sequential print command

Complete the program that generates this output:

πŸ¦ŠπŸ‘—πŸž
Fox in dress
finds bugs for less.

Program:

Sequential print command

Complete the program that generates this output:

Foxes build boxes.
🎁

Program:

Sequential print command

Complete the program that generates this output:

Smart cookies
code together.
πŸͺπŸ’»

Program:

Sequential print command

Complete the output of this program:

print "Bugs like hugs."
print "πŸ‘ΎπŸ›πŸ₯°"

Output:

Sequential print command

Complete the output of this program:

print "Colors clash"
print "with a splash."
print "πŸ’»πŸŒˆβ›²οΈ"

Output:

Sequential print command

Complete the output of this program:

print "The early bird"
print "finds the bug."
print "πŸ₯πŸͺ³πŸ›"

Output:

Sequential print command

Complete the output of this program:

print "πŸ¦ŠπŸ‘—πŸž"
print "Fox in dress"
print "finds bugs for less."

Output:

Sequential print command

Complete the output of this program:

print "Foxes build boxes."
print "🎁"

Output:

Sequential print command

Complete the output of this program:

print "Smart cookies"
print "code together."
print "πŸͺπŸ’»"

Output:

Sequential print command

Write code that creates this output:

Clever code,
problems explode.

Program:

Sequential print command

Write code that creates this output:

Every hour:
pixel power.

Program:

Sequential print command

Write code that creates this output:

Madam Program, never calm, 
uses code as soothing balm.

Program:

Sequential print command

Write code that creates this output:

Cookies remember
things about you.

Program:

About (TBD: Login)

large, interactive letter 'e' as evy logo large, interactive letter 'e' as evy logo

Evy is a simple programming language, made to learn coding.

Evy is a modern, beginner-friendly programming language that bridges the gap between block-based coding and conventional programming languages. Its simple syntax and small set of built-in functions make it easy to learn and use, but it still is powerful enough for user interaction, games, and animations.

Created by a software engineer and parent who struggled to teach their kids programming with conventional languages, Evy is designed to make real programming as fun and easy as possible.