Computer Science, asked by gharjai490, 1 year ago

How to give the value of a character '#' to a variable in python?

Answers

Answered by advitiya007
0
#Use string .. like this
st = '#'
Similar questions