Only Python Masters Can Solve These Quizzes!😮 #shorts

preview_player
Показать описание
Only Python Masters Can Solve These Quizzes!😮 #shortsvideo

Are you a Python Master? Test your Python skills with these fun and interactive quizzes! Comment down your scores below.

For more quizzes and challenges, make sure to enroll in our webapp:

Broaden your knowledge and learn new concepts with our all new programming shorts.
So, Subscribe now and make sure you turn on your notifications to get notified earlier.

PS. Find us elsewhere in

#Shorts #programiz #quiz #python #pythonquiz #pythonhack #learnpython #pythonquestion
Рекомендации по теме
Комментарии
Автор

See, x =2 and y = "2". If you multiply x into x or 2 * 2, You get 4. If you multiply a string with an integer, It would return the string 'integer' times. For example x * y = "22", and second Example 5 * "AB$" will return "AB$AB$AB$AB$AB$".

yvg
Автор

Me who just started to learn coding but got it all right: *maybe i am a master at python*

justarandomguyonthenet
Автор

Is there any difference b/w the first question's answers?

danyalaliasghar
Автор

Can u explain me last question please?

ManikandanMani-qwui
Автор

Can anyone please explain the 3rd one 😊😅

durgaprasadlucky
Автор

const date = parseInt(prompt("Enter a number from 1 to 12:_ "));

switch (date) {
case 1:
console.log("January");
break;
case 2:
console.log("February");
break;
case 3:
console.log("March");
break;
case 4:
console.log("April");
break;
case 5:
console.log("May");
break;
case 6:
console.log("June");
break;
case 7:
console.log("July");
break;
case 8:
console.log("August");
break;
case 9:
console.log("September");
break;
case 10:
console.log("October");
break;
case 11:
console.log("November");
break;
case 12:
console.log("December");
break;
default:
console.log("Invalid Number")
}

angelraymariano
Автор

i failed the second please can someone explain it to me

saviourpopoola