special characters list in python

Solutions on MaxInterview for special characters list in python by the best coders in the world

showing results for - "special characters list in python"
Alice
27 Jan 2019
1#this is the speical char list
2symbols = {'~', ':', "'", '+', '[', '\\', '@', '^', '{', '%', '(', '-', '"', '*', '|', ',', '&', '<', '`', '}', '.', '_', '=', ']', '!', '>', ';', '?', '#', '$', ')', '/'}
3print(symbols)