Udemyの動画学習でもPythonを勉強しよう!
「平日の夜の勉強会には時間が間に合わなくて参加できない」「通勤時間のわずかな隙間時間を勉強時間にあてたい」「本ではよく分からないところを動画で理解を深めたい」そんなあなたはUdemyの動画学習がお勧めです!
UdemyのPythonおすすめ33講座レビューリスト[回答1]
print((b + c))
[回答2]
print(int(f) + g)
[回答3]
print(a + str(g))
[回答4]
a = 'Hello world!' print(a[1])
[回答5]
print(a[1:7])
[回答6]
print(a[0::2])
[回答7]
print(type(a))
[回答8]
dd = d.lower()
print(dd)
[回答9]
ee = e.upper()
print(ee)
[回答10]
print(len(a))
[回答11]
cc = c.replace('にち', 'ばん')
print(cc)
[回答12]
print(h.rstrip('/'))
[回答13]
print(h.lstrip('/'))
[回答14]
print(h.strip('/'))
[回答15]
print(a.split())
[回答16]
ii = ''.join(i)
print(ii)
[回答17]
print(a.find("l"))
[回答18]
print(e.capitalize())
[回答19]
print(a.title())
[回答20]
print(a.swapcase())
[回答21]
print('{0}元気に{1}'.format(b, c))
[回答22]
print(f'{b}元気に{c}')
[回答23]
print(h.replace("/", "", 3))
[回答24]
print(b, end='')
print(c)
Udemyの動画学習でもPythonを勉強しよう!
「平日の夜の勉強会には時間が間に合わなくて参加できない」「通勤時間のわずかな隙間時間を勉強時間にあてたい」「本ではよく分からないところを動画で理解を深めたい」そんなあなたはUdemyの動画学習がお勧めです!
UdemyのPythonおすすめ33講座レビューリスト