0

Көмек керек🙏

Мынаны таба алмадым.Қалай болады ? name = "Stacey" age = 34 Stacey 34 name = "Michael" age = 26 Michael 26

3rd Feb 2025, 11:14 AM
Сәнімай Орақбаева
11 Réponses
0
Сәнімай Орақбаева , sorry to say, but the post is missing some basic details that we need to know: > programming language (probably it is python) > tutorial name (probably it is `python developer`) > module name, lesson name, exercise name ? > task description ?
3rd Feb 2025, 11:46 AM
Lothar
Lothar - avatar
+ 1
🤗Здраствуйте, это Python. ПРАКТИЧЕСКОЕ УПРАЖНЕНИЕ Предположим, вы разрабатываете систему регистрации для приложения обмена сообщениями, которая должна запрашивать у пользователей их имена и возраст во время процесса регистрации. Задача Напишите код, чтобы запросить у пользователя его name и аде, получить ввод и затем отобразить информацию на экране. Input Example name = "Stacey" age = 34 name = "Michael" age = 26 Expected Output Stacey 34 Michael 26
4th Feb 2025, 11:48 AM
Сәнімай Орақбаева
+ 1
Sonikaa.007
4th Feb 2025, 1:05 PM
Сәнімай Орақбаева
+ 1
Я подписал
4th Feb 2025, 1:15 PM
Developer ALI
Developer ALI - avatar
+ 1
Developer ALI , it is not seen as very helpful when we are going to post a ready-made code, as long as the op has not shown his attempt here. it is more helpful to give hints and tips, so that the op has a chance to find a solution by himself.
4th Feb 2025, 1:17 PM
Lothar
Lothar - avatar
0
По-русски пишете
4th Feb 2025, 10:10 AM
Developer ALI
Developer ALI - avatar
0
name = input() age = int(input()) name2 = input() age2 = int(input()) print(f"{name} \n{age}") print(f"{name2} \n{age2}")
4th Feb 2025, 12:17 PM
Developer ALI
Developer ALI - avatar
0
Ооо спасибо большое🥰🙏
4th Feb 2025, 1:04 PM
Сәнімай Орақбаева
0
У вас есть инстаграм
4th Feb 2025, 1:05 PM
Developer ALI
Developer ALI - avatar
0
Да
4th Feb 2025, 1:05 PM
Сәнімай Орақбаева
0
Thank you for your reply.🤗🥰
4th Feb 2025, 1:11 PM
Сәнімай Орақбаева