2018年1月9日 星期二

Python: Define a string containing special characters in various forms

Python: Define a string containing special characters in various forms

Python Basic: Exercise-92 with Solution

Write a Python program to define a string containing special characters in various forms.
Sample Solution :-
print()
print("\#{'}${\"}@/")
print("\#{'}${"'"'"}@/")
print(r"""\#{'}${"}@/""")
print('\#{\'}${"}@/')
print('\#{'"'"'}${"}@/')
print(r'''\#{'}${"}@/''')
print()

================= RESTART: F:/Python_APSC/py-ex-basic-92.py =================

\#{'}${"}@/
\#{'}${"}@/
\#{'}${"}@/
\#{'}${"}@/
\#{'}${"}@/
\#{'}${"}@/

>>> 

沒有留言:

張貼留言

Cargo Transfer Process Simulation 「貨物轉移過程模擬」

Cargo Transfer Process Simulation「貨物轉移過程模擬」 https://www.youtube.com/watch?v=Ic9PpPG-_NU   以下是操作步驟: 打開 EasyBuilder Pro,選擇「新建專案」(New Project),...