Python 2024.11.06 0 リスト # 5人の点数の合計点・平均点を表示print('5人の合計点と平均点を求めます。')tensu1 = int(input('1番の点数:'))tensu2 = int(input('2番の点数:'))tensu3 = int(input python , list , リスト , タプル , tuple
Django 2023.12.29 0 【Django】選択リストを使用する 多数の選択項目を扱うリストを作成します。hello/views.pyfrom django.shortcuts import renderfrom django.http import HttpResponsefrom django.views.generic Django , list , 選択リスト , リスト