Computer Science, asked by fyst6059, 1 year ago

How do I declare a global variable in Python class?

Answers

Answered by Anonymous
0

use global keyword

global variable = value

Similar questions