Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

EX.2.1.5: Write a Conditional Code As ESCP has 6 campuses (Paris, Berlin, London, Madrid, Torino and Warsaw), and as multiculturalism is at the heart of

EX.2.1.5: Write a Conditional Code

As ESCP has 6 campuses (Paris, Berlin, London, Madrid, Torino and Warsaw), and as multiculturalism is at the heart of its vision of management Design and develop a program which asks the user to choose a language (among the 6 languages of our campuses) and which displays Hello World in the requested language.

The language will be chosen by its name in English: English, French, German, Intalian, Polish or Spanish.

Linguistic hint: Hello World - Bonjour le monde - Hallo Welt - Ciao mondo - Witaj wiecie - Hola mundo

Help

The following Python syntax may be useful:

  • print("xxxxxx") will display on the screen what is between " and "
  • if a is a variable, print(a) wil display on the screen the content of a
  • input("yyy") displays on the screen what is between " and ", and returns a text containing what is typed by the user
  • the equality operator is ==
  • This is a conditional block in Python (beware: indentation is meaningful):
    if Condition : instructions else : instructions

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Computer Aided Database Design

Authors: Antonio Albano, Valeria De Antonellis, A. Di Leva

1st Edition

0444877355, 978-0444877352

More Books

Students also viewed these Databases questions

Question

Does the code suggest how long data is kept and who has access?

Answered: 1 week ago

Question

1. Prepare a flowchart of Dr. Mahalees service encounters.

Answered: 1 week ago