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.
The codie you wrote is this name? : Hossein Wellcom Name
# 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 function that receives two numbers with one operator (+ - / *) and performs the relevant calculation and returns the result example: CAL (2, '+', 6) #8 CAL (5, ' -', 1 ) #4 CAL (6, '/', 2) #3 CAL (8, '*', 2) #16
Write a function that receives a list (array) as a parameter, and deletes its duplicate items and returns the new (array) list
Using JavaScript, send a request with the following specifications method = posturl = /test.php FNAME information =? Lname =? Age =? Get the information above through Prompt from the user
Write a program that obtained a person's / BMI body / BMI formula and, according to the information below, shows the status of the person BMI = w / h * h formula = weight divided by second power BMI ...
Write a program that receives a one -digit number from the input and finds the coefficient of smaller than 100 of those numbers and prints in the output
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام 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.