Hausaufgabe--Python 02
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hausaufgabe--Python 02相关的知识,希望对你有一定的参考价值。
0- 计算BIF的个数
len(dir(__builtins__))
1- Get the input from user
e.g.
Get the number:
number = int(input (‘please input a number between 1-100 : ‘))
if 1<=number<=100:
print (‘you are so beautiful‘)
else:
print(‘you are too naughty‘)
Get string:
name = input(‘please input your name: ‘)
print (‘Hello‘, name)
以上是关于Hausaufgabe--Python 02的主要内容,如果未能解决你的问题,请参考以下文章
hausaufgabe--python 26 -Dict 2
hausaufgabe--python 16- Sequenz