Python Exam Questions (1-65) , PART 1; Questions and Answers 100% Pass
8 keer bekeken 0 keer verkocht
Vak
Python
Instelling
Python
Python Exam Questions (1-65) , PART 1;
Questions and Answers 100% Pass
1. Which of the following data types are supported in Python? CORRECT ANSWER-The
following data type are *Supported*:
1 - Numbers
2 - String
3 - List
4 - Tuples
5 - Dictionary
2. Which of the following data types are...
Python Exam Questions (1 -65) , PART 1 ; Questions and Answers 100% Pa ss 1. Which of the following data types are supported in Python? CORRECT ANSWER -The following data type are *Supported*: 1 - Numbers 2 - String 3 - List 4 - Tuples 5 - Dictionary 2. Which of the following data types are *not* supported in Python? CORRECT ANSWER -
Slice 3. What is the output of print(str) if str = 'Hello World!'? CORRECT ANSWER -Hello World! 4. What is the output of print(str[0]) if str = 'Hello World!'? CORRECT ANSWER -H 5. What is the output of print(str[2:5]) if str = 'Hello World!'? CORRECT ANSWER -llo 6. What is the output of print(str[2:]) if str = 'Hello World!'? CORRECT ANSWER -llo World! Python Exam Questions (1 -65) , PART 1 ; Questions and Answers 100% Pa ss 7. What is the output of print(str * 2) if str = 'Hello World!'? CORRECT ANSWER -Hello World!Hello World! 8. What is the output of print(list) if list=[ 'abcd', 786 , 2.23]? CORRECT ANSWER -['abcd', 786 , 2.23] 9. What is the output of print(list[0]) if list =[ 'abcd', 786 , 2.23]? CORRECT ANSWER -abcd 10. What is the output of print(list[1:3]) if list=[ 'abcd', 786 , 2.23]? CORRECT ANSWER -
[786, 2.23] 11. What is the output of print(list[2:]) if list=[ 'abcd',786, 2.23]? CORRECT ANSWER -
[2.23] 12. What is the output of print (tinylist * 2) if tinylist = [123, 'john']? CORRECT ANSWER -
[123, 'john',123, 'john'] 13. Which of the following is correct about tuples in Python? CORRECT ANSWER -*** 14. What is the output of print(myTuple) if myTuple = ('abcd',786,2.23)? CORRECT ANSWER -('abcd',786,2.23)
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
Verzekerd van kwaliteit door reviews
Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!
Snel en makkelijk kopen
Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.
Focus op de essentie
Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!
Veelgestelde vragen
Wat krijg ik als ik dit document koop?
Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.
Tevredenheidsgarantie: hoe werkt dat?
Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.
Van wie koop ik deze samenvatting?
Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper GOLDTUTORS. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €9,76. Je zit daarna nergens aan vast.