NEW
Font size
WorksheetsOWA Part 1
Total questions: 8
Worksheet time: 4mins
OWA stands for
Office Work Always (OWA)
Office Work Automotive (OWA)
One Work Automation (OWA)
Office Work Automation (OWA)
Which of the following print statement is incorrect:
print("Hello Python!")
print('Hi Python!')
print("'I like Python!')
print("""Hello World!""")
Please choose the correct answer:
a = "2"
b = "3"
print(a+b)
6
5
23
Error
GPT in ChatGPT stands for:
Genaral Programming Technical (GPT)
Generative Pre-Trained Transformers(GPT)
General Purpose Transformers (GPT)
Generative Program Transformers (GPT)
If I want to install Python liabrary or Module, where should I go to install:
Command Prompt (cmd)
Control Panel
Terminal
Command Prompt (cmd) or Terminal
What is the command to install Python's liabrary or Module?
pip install <liabrary or module's name>
pop install <liabrary or module's name>
py installation <liabrary or module's name>
pip installation <liabrary or module's name>
IDE stands for:
Intergrated Development Editor (IDE)
Intergrated Development Environment (IDE)
Intergrated Defined Environment (IDE)
International Development Editor (IDE)
File path is important when write coding, which of the following is incorrect file path:
r'C:\MyFirstPython\Sample.xlsx'
'C:\\MyFirstPython\\Sample.xlsx'
'C:/MyFirstPython/Sample.xlsx'
r'C:\MyFirstPython/Sample.xlsx'
