0

Related to coding

Am I able to do two coding in one file

10th Apr 2025, 2:49 PM
Varsha Choudhary
Varsha Choudhary - avatar
9 Antworten
0
you can do 2 coding languages at the same time are you on mobile or pc
12th Apr 2025, 8:23 PM
print (" python ")🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯
print (" python ")🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯🦯 - avatar
+ 1
Please share your code.
10th Apr 2025, 2:58 PM
Ushasi Bhattacharya
+ 1
Varsha Choudhary ,ok, then you have to use the print() function. [The print() function is a built-in in function in python that tells the computer to display something on the console. The part that you want to display has to be mentioned as the argument of the print () function.] To display January on the screen, you have to write: » print('January') Alternatively, » month = 'January' print(month) You shall get the desired output either way. [Note:- Just remember to use matching single or double quotes in the first code because you want to print a string data type. And also, don't make any error while calling the variable (month) in the second or it will raise an error.] Hope your doubt is cleared.
11th Apr 2025, 10:18 AM
Ushasi Bhattacharya
0
Varsha Choudhary ok, so what's your question...?
10th Apr 2025, 2:50 PM
Ushasi Bhattacharya
0
I had write a code but it shows error
10th Apr 2025, 2:53 PM
Varsha Choudhary
Varsha Choudhary - avatar
0
Month = 'January' is the code.
11th Apr 2025, 8:55 AM
Varsha Choudhary
Varsha Choudhary - avatar
0
I'm sorry, but I do not quite understand you. Do you want to display January on the screen? Or do you want to determine which month it is like first or second...? Or is it something else? Please let me know.
11th Apr 2025, 9:13 AM
Ushasi Bhattacharya
0
Yes I want to display january on screen
11th Apr 2025, 9:49 AM
Varsha Choudhary
Varsha Choudhary - avatar
0
Okay
12th Apr 2025, 11:02 AM
Varsha Choudhary
Varsha Choudhary - avatar