Publicité
Heres code for welcome.pydef greeting(name)  return Welcome, .pdf
Prochain SlideShare
I am sure you have heard the adage �my word is my bond�. We do not k.pdfI am sure you have heard the adage �my word is my bond�. We do not k.pdf
Chargement dans ... 3
1 sur 1
Publicité

Contenu connexe

Plus de aggarwalshoppe14(20)

Publicité

Heres code for welcome.pydef greeting(name) return Welcome, .pdf

  1. Here's code for welcome.py def greeting(name): return "Welcome, " + name + "!" Please write a command-line application hotel.py which accepts one command-line argument, and only prints the result of calling welcome.greeting on that argument. Must use welcome.greeting. If we invoke the application as python hotel.py Mike in the terminal, the result should be Hello, Mike!
Publicité