Computer Science, asked by 9582763871, 9 months ago

Write the python code for the following operation Assign value 8 to a variable

Answers

Answered by vanshupippal14
2

Answer:

x = 8

Explanation:

here x is variable and 8 is assign to it

Similar questions