Input thake specific character delete kore new string a rakhe print -3

 

punctuations='''!()-[]{};:'"\,<>./?@#$%^&*_~'''
a=input()
string=""
for char in a:
if char not in punctuations:
string=string+char


print(string)

Comments

Popular posts from this blog

D WEB LINK