How to give the value of a character '#' to a variable in python?
Answers
Answered by
0
#Use string .. like this
st = '#'
st = '#'
Similar questions