Computer Science
Related Questions
Which of the following statement prints the shown output below?
hello\example\test.txt- print("hello\example\test.txt")
- print("hello\\example\\test.txt")
- print("hello\"example\"test.txt")
- print("hello"\example"\test.txt")
Which value type does input() return ?
- Boolean
- String
- Int
- Float
Which of the following four code fragments will yield following output?
Eina Mina Dika
Select all of the function calls that result in this output
- print('''Eina
\nMina
\nDika''') - print('''EinaMinaDika''')
- print('Eina\nMina\nDika')
- print('Eina
Mina
Dika')
- print('''Eina
Which of the following is valid arithmetic operator in Python :
- //
- ?
- <
- and