1๋ฒ
- 5๋ฒ
2๋ฒ
- 5๋ฒ
3๋ฒ
This is New AI World
4๋ฒ
sentence= 'Hello,my name is python?!'
print(sentence[0]+sentence[5]+sentence[7:10])
5๋ฒ
- 4๋ฒ
6๋ฒ
- d
7๋ฒ
- 1๋ฒ
8๋ฒ
- 2๋ฒ
9๋ฒ
str1=input(str())
str2=input(str())
if str2 in str1:
print(1)
else: print(2)
10๋ฒ
A,B= map(int,input().split())
if A>B:
print(str(B)[::-1])
else:
print(str(A)[::-1])
11๋ฒ
S=input()
alphabet='abcdefghigklmnopqrstuvwxyz'
i=0
for i in alphabet:
if i in S:
print(S.find(i))
else: print(-1)
'๐ ์คํฐ๋ > ํ์ด์ฌ ์คํฐ๋ ๊ณผ์ ์ ์ถ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[2ํ / ์ด์ ์ง] 6์ฐจ์ ํ์ด์ฌ ๊ณผ์ - ๋ฌธ์์ด (0) | 2023.05.10 |
---|---|
[3ํ / ๊น์์] 6์ฐจ์ ํ์ด์ฌ ๊ณผ์ - ๋ฌธ์์ด (1) | 2023.05.10 |
[1ํ/์ด๋์ฐ] 6์ฃผ์ฐจ ํ์ด์ฌ ๊ณผ์ - ๋ฌธ์์ด (0) | 2023.05.09 |
[1ํ/๊น์ํ]6์ฐจ์ ํ์ด์ฌ ๊ณผ์ - ๋ฌธ์์ด (0) | 2023.05.09 |
[4ํ/๊น์ค] 6์ฐจ์ ํ์ด์ฌ ๊ณผ์ - ๋ฌธ์์ด (0) | 2023.05.09 |