Python Tip : escape character /이스케이프 문자attette (25)in #escape-character • 7 years ago 따옴표 안에 문자를 넣어서 출력하고 싶은 경우, 예를 들어서 "Python is fun" 같은 경우는 이스케이프 문자를 사용하면 됩니다. print(""" Python is fun""") 대신에 print(""Python is fun "") #python
Congratulations @attette! You received a personal award!
Click here to view your Board
Congratulations @attette! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!