About 121,000 results
Open links in new tab
  1. Making a greeting program in python - Stack Overflow

    For python 2, use raw_input to get input. For python 3, use input to get input. def greet(greeting): name = raw_input("Hi, whats your name?") #python 2 return greeting + name print greet("Hi, ")

    Missing:

    • Thumbnail

    Must include:

  2. Create a Smart Greeting Program in Python | python Programs

    Oct 20, 2024 · In this tutorial, we’ll guide you step-by-step on how to use if-else conditional statements to craft custom greetings based on gender. We’ll also dive deep into the …

    Missing:

    • Thumbnail

    Must include:

  3. Name and Greet Project - DEV Community

    Apr 21, 2023 · This simple program prompts the user to enter their name and then allows them to select a type of greeting. Based on their choice, a personalized greeting is displayed. You can …

    Missing:

    • Thumbnail

    Must include:

  4. python - So I'm making a program that repeats a greeting to …

    Oct 24, 2021 · greetings = int(input("How many times would you like to see your custom greeting?: ")) print() for i in range(greetings): print("Hello " + name + "." + " It's a pleasure to …

    Missing:

    • Thumbnail

    Must include:

  5. GitHub - JTLogeshwaran/Personal-Greeting: This Python program

    This Python program asks the user for their name, age, and favorite color, then prints a personalized greeting. It demonstrates basic concepts like collecting user input with input(), …

  6. Python 3.4 - Simple greeting program - Stack Overflow

    I'm making a simple greeting program. In the following function the user is to enter their gender. I want it so that the user can enter M for Male or F for female, so it's simple.

  7. Hello world greeting in Python - Techronology

    Jan 8, 2023 · This code listing shows you how to show a hello world greeting in Python. For the purpose of this example, we did this in Visual Studio Code. Code listing to show hello world in …

    Missing:

    • Thumbnail

    Must include:

  8. Python Greeting Program - CodePal

    A Python program that greets the user by taking their name as input and printing a hello message.

  9. Personalized Greeting Program in Python. - Tech Read

    May 2, 2024 · This is a simple Python program that demonstrates how to create a custom function and get input from the user to process the output. This program allows the user to enter their …

    Missing:

    • Thumbnail

    Must include:

  10. Day 3: Personalized Greetings in the 30-Day Coding Challenge

    Today’s task is to create a program that takes user input and prints a customized greeting. This will help you understand how to interact with users by accepting data from them and using it in …

    Missing:

    • Thumbnail

    Must include:

  11. Some results have been removed
Refresh