Skip to content

MyUstaadG

Learn to Serve

  • Computer Science
    • Software
    • Computer Tips
    • Coding
      • Conditional Structures Exercises
      • Loops Exercises
      • Arrays Exercises
      • Python Exercises
    • Microsoft Office
      • MS Excel
      • MS Word
  • Videos
    • Funny Videos
    • Health and Fitness Videos
    • PUBG Videos
    • Technology Videos
  • News
  • Funny
  • Memes
  • Playwright Tutorials
  • Tutorials
  • Toggle search form

Write a program that input user name and displays on the screen in python | Python Programming

Posted on March 8, 2022March 8, 2022 By myustaadg.com
Spread the love

Write a program that input user name and displays on the screen in python

Solution:

name = input("My Name is: ")
print("!Hello..." + name + "!")

Output:

Output
Click Here For Direct Solution on Colab

#Colab

#Why Python Programming Important

Hope You will learn Something. Happy Coding.

Programming Exercises, Python Exercises Tags:easy python lectures, programming in Python, python codding tutorials, python lectures for beginners, python programming, Python programming exercises, Python programming lectures, python programming tutorials, python pygments tutorial, python tutorials, simple data type lectures in python, simple data types in python, solved programming exercises in python, Write a program that input user name and displays on the screen in python

Post navigation

Previous Post: Write a program that stores the string in a variable and then displays the contents of the variable on the screen in python | Python Exercises
Next Post: Write a program that displays the output of the following arithmetic operation on the screen (3+2/2⋅5)^2 | Python Programming

More Related Articles

Write a program that asks the user for an integer and shows on the screen whether it is even or odd | Python Programming Programming Exercises
Write a program that inputs marks of N students and finds out the grade of each student. Arrays Exercises
Write a program to input an array of 10 elements from the user and count the number of odd numbers and display it. Arrays Exercises
Write a program that stores the string in a variable and then displays the contents of the variable on the screen in python | Python Exercises Programming Exercises
Write a program which input age from user and display on the screen if he/she is of legal age or not | Python Programming Programming Exercises
Write a function, and a program to test it, that will place a zero in each element of array passed to it from the calling program. Arrays Exercises

Copyright © 2022 MyUstaadG.

Powered by PressBook Blog WordPress theme