0

Can someone help with strings?? Im confused what is it?

18th Sep 2017, 10:15 PM
Azariah Vaughan
Azariah Vaughan - avatar
2 odpowiedzi
+ 18
Confused with what?
18th Sep 2017, 10:26 PM
Igor Makarsky
Igor Makarsky - avatar
+ 5
Think of it this way: A String is a bunch of characters. Where a character can be, a, v, &, ), anything on your keyboard that can be put into text. We use the quotes to say that we are creating a String. Example/ someString = "This is a String!" print(someString) Output: This is a String!
18th Sep 2017, 10:48 PM
Rrestoring faith
Rrestoring faith - avatar