""" what is this i can't get it??? It is python | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

""" what is this i can't get it??? It is python

21st Mar 2020, 1:33 PM
Prajyot Mane
Prajyot Mane - avatar
3 Réponses
+ 2
Hello Prajyot Mane You mean the quotation marks? Normally you use them for Strings. Everthing inside the quotation marks is a String: "Hello World" "1234"
21st Mar 2020, 1:39 PM
Denise Roßberg
Denise Roßberg - avatar
+ 2
That is the result gotten when you try to print the value of unassigned array
21st Mar 2020, 1:37 PM
Alfred Juma
Alfred Juma - avatar
+ 1
What are you trying to say ? if you mean the """ operator , its a string. " This is a string " """ How ever this is a multi line string """
21st Mar 2020, 1:36 PM
Atharva Joglekar
Atharva Joglekar - avatar