1 - Strings Flashcards

1
Q

Introduction to Julia

What are the two ways to create a string?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Introduction to Julia

What is the difference between creating a string with single quotes or triple quotes?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Introduction to Julia

What do single quotes produce?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Introduction to Julia

How does string interpolation work?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Introduction to Julia

What are two ways to create string concatenation?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Introduction to Julia

What are two ways a string can be repeated?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Introduction to Julia

How can a string be created using two integers without using the convert function?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly