1 - Strings Flashcards
1
Q
Introduction to Julia
What are the two ways to create a string?
A
2
Q
Introduction to Julia
What is the difference between creating a string with single quotes or triple quotes?
A
3
Q
Introduction to Julia
What do single quotes produce?
A
4
Q
Introduction to Julia
How does string interpolation work?
A
5
Q
Introduction to Julia
What are two ways to create string concatenation?
A
6
Q
Introduction to Julia
What are two ways a string can be repeated?
A
7
Q
Introduction to Julia
How can a string be created using two integers without using the convert function?
A