About 2,520,000 results
Open links in new tab
  1. Python program to print your name, roll number, section ... - Python

    In this article, we explored a Python program that prints your name, roll number, section, session, and department on the output screen. We discussed the implementation steps and provided a …

  2. how to print "Hello [your_name]" in output screen of python?

    Mar 17, 2018 · So Python prints everything inside the quote marks. So... if you want your string to be "hello [your name]" you need to put that inside the quotation marks to print it. it would look …

  3. Python: Display your details like name, age, address in ... - w3resource

    Apr 16, 2025 · Write a Python program that accepts name, age, and address as input and displays them in uppercase. Write a script that asks for user details (name, age, address) and …

  4. Write a Python program that takes the user's name as input and …

    Jan 9, 2021 · name = input('Enter your name: ') print (*name,sep='\n') The *name will send the data to print statement one char at a time. The sep='\n will ensure that the separator is a new …

  5. Python 3 Program to print the Initials of a name and with surname

    Jun 8, 2017 · Program: Input a name and Print the Initials and with surname. if a==" ": value=a. if b==0: print(user[0]) elif user[b]==" ": print(user[b+1]) print(user[c]) for b in range (0,value): if …

  6. Python Print and Input (With Examples) - Datamentor

    In this tutorial, you will learn about the print () function to display output to the screen and the input () function to take input from the user. The print() function prints specified values and variables …

  7. Program 37: Store your name in a variable and print it

    Oct 29, 2023 · Question: Write a program in Python to store your name in a variable and print it. Solution: # Step 1: Store your name in a variable your_name = "Mikey Mouse" # Step 2: Print …

  8. Write a python program to print your name - Brainly

    Jul 1, 2019 · Python Program to print your name :-Person=input('Enter your name?') Print('Hello Mr, person) Python is a high level programming language; Python can bes used on a server …

  9. Python program to read and print your name and address

    Dec 25, 2019 · # Python program to read and print your name and address using the input() function. name = input("Enter your name: ") print (name) address = input("Enter your …

  10. How to print your name in Python - Samman Pathak - Medium

    Apr 23, 2023 · The following code shows how you can print your name in the Python programming language: python.org name = "your-name-here" # Store your name in a variable. …

  11. Some results have been removed
Refresh