0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

python演習問題

Last updated at Posted at 2025-01-31

はじめに

この記事はこちらの記事と一緒に使うようです。

用語の意味一覧

【出力】printでデータを表示させること

1-1(print)

catという文字を出力

目標とする出力結果

cat

2-1(演算)

5+5*5の計算を出力

目標とする出力結果

30

3-1(変数)

varという変数に10を入れ、それに5を足したものを出力

目標とする出力結果

15

3-2(変数)

var1という変数に5を入れ、var2という変数に15を入れ、var1とvar2を掛け算した結果を出力

目標とする出力結果

75

4-1(入力)

入力したデータを取得して表示

目標とする出力結果

入力したデータ
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?