Input/Output Flashcards

1
Q

How is an input coded in Python

A

variable = input()

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

How is an input coded in C#

A

string variable = Console.ReadLine() ;

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

How is an output coded in Python

A

print(text)

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

How is an output coded in C#

A

Console.WriteLine(text) ;

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