Get input from the user
Write a program that receives the user's name from the input and prints the following welcome message
What is your name: AmirHossein Welcome AmirHossein
Write a program that receives the user's name from the input and prints the following welcome message
What is your name: AmirHossein Welcome AmirHossein
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
Sms=input("What is your name?") print("Welcome", Sms)
name=input("نام خود را وارد کنید: ") print("خوش آمدید ",name)
# We wipe three lines # Get input from the user X = input("Esm Khod Ra Vared Konid:") # Input printing print("Welcome", X)
It was great
You're writing yourself. It was great.
a = input("your name:") print(f"welcome:{a}")
name = input("name? :") and print("wellcom " + 'name' )
This code has a problem.
# First, we ask him the name of the user name = input ("What is your name")#then print the welcome message and say print with that name Print ("Welcome", Name)
name = str(input('name: ')) print(name) lastname = str(input('lastname: ')) print(lastname)
Submitting answers is currently unavailable.
Write a program that can obtain the average infinite number of numbers: First, the program must receive the user's numbers (until the user does not enter the number 0, the numbers must continue ...
Write a program that receives a number from the user and prints the multiplication table as the following in the output. Yek adad vared konid: 2 x 1 = 2 2 x 2 = 4 x 3 = 6 2 x 4 = 10 x 6 = 12 2 2 x 7 = 14 2 x 7 = 2
Write a program that prints the number of number multiplying numbers 1 to 10
Write a program that receives 2 users and calculates the Fibonacci series (between those two) and prints in the output
Write a program where the user can enter the clock, minutes and seconds as the example below and from the time entered, the countdown to zero is Input: 1:22:50 # One hour and twenty minutes and fifty seconds
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام If you don’t understand the exercise or can’t solve it for any reason, that’s completely
normal—don’t worry 😊
Try checking out easier exercises and reviewing different answers
submitted by others. Gradually, you can move on to more challenging exercises. Also, your answer
might be correct even if it’s different from others.