Computer Science, asked by neehashaw, 3 months ago

0 a
Write
program in python to print your
name while run the program​

Answers

Answered by keyboardavro
1

Answer:

Explanation:

In Python, we can get user input like this: name = input("Enter your name: ") print("Hello", name + "!")

Answered by akashp12
1

Answer:

#include<stdio.h>

void main ()

{

printf("Akash");

}

Similar questions