xh="202401001234" #定義變數xh是一個字串型別
name="李雲娜" #定義變數name是一個字串型別
sex="女"
a="姓名:"+name+" 學號:"+xh+" 性別:"+sex #此處的+號是連線運算子
print(a)
age=18 #定義變數age是一個整型變數
jsj=78.5
shx=89.6
yw=78
sum=jsj+shx+yw #此處的+號是算術運算子
print("姓名 學號 性別 年齡 ")
print(name,xh,sex,age)
print("這個學生的總分是:",sum)
ave=sum/3
ave=int(ave)
print("這個學生的平均分是:",ave) #此處的/號是算術運算子
Python
相關文章
- 【python】python安裝Python
- 【Python】Python使用redisPythonRedis
- Python 之父談 PythonPython
- 【Python】python練習Python
- 【Python】python 日期操作Python
- python ----python的安裝Python
- python:python的多程式Python
- 【Python】Python連線mysqlPythonMySql
- Python 3 能振興 PythonPython
- 【Python】Python安裝模組Python
- 【python】python APScheduler 框架Python框架
- python學習之初識pythonPython
- Python 序列化(Python IO)Python
- Python合集之Python函式Python函式
- 【Python】python類的繼承Python繼承
- 小白自學Python(一) -- Python教程Python
- 為Python加速 - python+memcachedPython
- Python 3 正在毀滅 PythonPython
- Python補充06 Python之道Python
- [python]python錯誤集錦Python
- Python list of class attributes - PythonPython
- 【python】Python 3 的新特性Python
- python--- 之The program 'python' can be found in the following packages: * python-minimal * python3PythonPackage
- python _Python
- Python IDLE和Python的區別!Python入門教程Python
- Python補充02 Python小技巧Python
- Python 字串格式化(Python IO)Python字串格式化
- Python 檔案讀寫(Python IO)Python
- Python之將Python字串生成PDFPython字串
- python教程(一)·python環境搭建Python
- 小白自學Python(五)Python運算子Python
- 小白自學Python(六)Python字串(上)Python字串
- [python] Python型別提示總結Python型別
- 與 Python 之父聊天:更快的 Python!Python
- 『python入門:』 python的介紹Python
- python(python中的super函式、)Python函式
- 【python爬蟲】python爬蟲demoPython爬蟲
- python, del[] 用法, 笨方法學pythonPython