Task 0: Startup Corner πŸ§‘πŸ»β€πŸ³

You're starting a new restaurant. Create a name for your own restaurant using the print() function. The output will be overlayed onto a predesigned logo for you. The new name will replace the words "Your Cafe" in the logo.

In all the challenges of this course, you'll be designing programs to handle the different functions and issues in your restaurant.

The command β€œprint” is a function that tells the computer to display something on the output window, often an instruction or output. In our Google Colab notebooks, always type between the lines as instructed.

Once you’ve typed the command, hit the run button. The print() function is important because it shows the text output of your program.


Sample Code:

print("Your Cafe")

Disable Right Click
Combined Code Example

File Path: https://www.voyagereducationhk.com/s/utils111v15.py

Combined Code Example

File Path: https://www.voyagereducationhk.com/s/utils111v15.py