You can concatenate those onto the string using +. For example (for Python 2): print "^"+str1+"$". Or without + using f-strings in Python 3:
確定! 回上一頁