MapleStory Finger Point Cute Line Smiley Blinking Hello Kitty Angel MapleStory Finger Point

๐Ÿ’Ž Python/Python_Code

หšโ‚Šโœฉโ€งโ‚Š ๋ฌธ์ž์—ด ๊ด„ํ˜ธ๋กœ ๊ฐ์‹ธ์ฃผ๊ธฐ -ํŒŒ์ด์ฌ for Beginner (2ํŒ) หšโ‚Šโœฉโ€งโ‚Š

HYEJU01 2024. 3. 28. 03:45


ss = input("๋ฌธ์ž์—ด์„ ์ž…๋ ฅํ•˜์„ธ์š” : ")
print("์ถœ๋ ฅ ๋ฌธ์ž์—ด ==>",end = '')


if ss.startswith('(') == False :
      print ("(", end='')

print(ss, end='')
      
if ss.endswith(')') == False :
      print(")" , end='')