1) What is the command to output Hello world in python ? a) print(Hello World) b) print("Hello World") c) p("Hello World") d) print "Hello World" 2) What is the output of this command print("*1*2*3") in python ? a) "*1*2*3" b) *1*2*3 c) 1 2 3 d) 6 3) Which one is Double Quotation Mark ? a) , b) " " c) ' ' d) == 4) How do you create a variable x with the numeric value 5 ? a) x = 5 b) x = 5; c) x = int(5) d) All of the above (a + b + c) are correct 5) How do you insert COMMENTS in Python code? a) #This is a comment b) **This is a comment c) //This is a comment 6) The Data Type of age = 12 is ? a) Integer  b) Float c) String d) Character 7) The Data Type of pi= 3.14 is ? a) Integer b) Float c) String d) Character 8) The Data Type of name = "ahmed" is ? a) Integer b) Float c) String d) Character 9) Which one is correct to input a name from the user ? a) name = input(What is your name?) b) name = input("What is your name?") c) name = ("What is your name?")

Tabela rankingowa

Motyw

Opcje

Zmień szablon

Przywrócić automatycznie zapisane ćwiczenie: ?