How do you create a variable with the numeric value 5?
Select one or more:
Both the other answers are NOT correct
x = int(5)
x = 5
Answers
Answered by
0
Answer:
x = 5
Explanation:
Python is a high level interpretar language that automatically assigns the type to a variable, you don't need to make it "int()" as it is already a integer(number)
Answered by
0
Answer:
x=5 I hope it is help ful
Explanation:
please follow
Similar questions