(POC) Python Online Certification Practice Test
(POC) Python Online Certification POC Core Python Programming Concepts
What is the correct way to create a variable in Python?
Select your answer
A
int x = 10
B
x := 10
C
x = 10
D
define x 10
Need a hint?
(H)