Log in to save your progress.
<< Back to problems
Note! The window is too narrow to use Pythonlab.dev. Use a device with a keyboard!

What programming language do you like?

Prerequisites: Basic course part I

Ask the user what programming language they like the most. Print You are wise! if Python or python is entered and print You are crazy! if something else is entered.

Example input 1

Python

Example output 1

You are wise!

Example input 2

python

Example output 2

You are wise!

Example input 3

C++

Example output 3

You are crazy!

Login to save your progress and your code.

Create

Write your code here.

-- Output from your program will be here --