This website works better with JavaScript
首頁
探索
說明
登入
BaumSplitter41
/
Hochschule
關注
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
f65b024d98
分支列表
標籤列表
main
Hochschule
/
Klausur
/
python
/
logarithmus naturalis.py
logarithmus naturalis.py
106 B
文件歷史
原始文件
1
2
3
4
5
6
7
8
#Definition der Variabel
x = 1
while x <= 9:
x - (x*x)
print(x)
x += 1
x = x + 1