参照サイト チラ裏の束 様
試しにコード書いてみよう
<html>
<body>
<h1>Hello World!!</h1>
</body>
</html>
def helloworld():
name = input('input your name: ')
message = 'Hello ' + name + ' !'
print(message)
helloworld()
ブロックエディタで書くときはこんな感じ
フォーマットから選択


参照サイト チラ裏の束 様
試しにコード書いてみよう
<html>
<body>
<h1>Hello World!!</h1>
</body>
</html>
def helloworld():
name = input('input your name: ')
message = 'Hello ' + name + ' !'
print(message)
helloworld()
ブロックエディタで書くときはこんな感じ
フォーマットから選択
機械学習を動画で勉強できるyoutubeサイトになります。
理論と実際のプログラミングが同時に勉強できる貴重なyoutube動画
wordpressも久しぶりに触るとだいぶん昔変わってびっくりしますね。