in Education by
How to write a code to write name and your birthday in pythone Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: 1. a=input(“Enter your name:”) … 2. print(“Your name:”,a) … 3. output: … 4. Explanation: … 5. At first step #a=input(“Enter your name:”), here we are initializing “a” is your name and “b” is your birthday . Explanation: please Mark brainliests if I really help you please

Related questions

0 votes
    You want to send your birthday celebration invitations to your friends. Name the feature of word for sending the invitations Select the correct answer from above options...
asked Dec 20, 2021 in Education by JackTerrance
0 votes
    Write code in HTML to divide the browser window into 3 horizontal sections and display college name in the top most frame. Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    → Write a program to print your details int soll Number, string className, string Name. I want this program with ... for lifetime Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    What will be the output of following python code? flowers =[ rose', lotus', lily' for x in flowers: ... x plsss give write answer Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    What is the problem with the following code? name=”Prejith” 3 / 3 age=26 print(“Your name and age are :”, name+age Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    Tell the user to enter your name then read in and assign to a variable a string typed in by the user Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    Tell the user to enter your name then read in and assign to a variable a string typed in by the user Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    A built un function is a function which: A)comes with python and is an integral part of python B)has been ... D)has be imported Select the correct answer from above options...
asked Dec 16, 2021 in Education by JackTerrance
0 votes
    The capability of your build system to handle an increase in the amount of code that it integrates and ... Build performance Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    What will be the output of following code? (2) Value= Simar Age=17 print(Value, , your are , 17, now but ) ... ,Age+1, next year ) Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    how can you insert some other html text file into your one html file? write the tag used for this purpose? Select the correct answer from above options...
asked Nov 28, 2021 in Education by JackTerrance
0 votes
    write a Java program to accept a full name and display the initials along with the surname. URGENT! give the full program please Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    WRITE A PROGRAM TO READ DETAILS LIKE NAME, CLASS , AGE OF A STUDENT AND THEN PRINT THE DETAILS FIRSTLY IN ... THEN IN SEPERATE LINES Select the correct answer from above options...
asked Dec 30, 2021 in Education by JackTerrance
0 votes
    Write a program to input name and percentage of 20 students of class X in two separate one dimensional arrays. ... of the class. Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    Write a JAVA program to store the marks of any 5 subjects in different variables. Calculate total and average. ... ANY INPUT METHOD Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
...