Python coding challenge

Declaring variables

āœØ Your Task

Declare a variable named message with a value of Hello World!.

āœļø Python Python 3
šŸ‘‰ Press "Run" and check the result below.
Test cases
Variable message should have a value Hello World!

Want to try another challenge?

Python Fundamentals
A set of coding problems that cover the basic syntax and features of the programming language.