如何用 Python 表白

表白代码

1
2
3
4
5
import time
words = input('Please input the words you want to say!:')
for item in words.split():
print('\n'.join([''.join([(item[(x-y) % len(item)] if ((x*0.05)**2+(y*0.1)**2-1)**3-(x*0.05)**2*(y*0.1)**3 <= 0 else ' ') for x in range(-30, 30)]) for y in range(12, -12, -1)]))
time.sleep(1.5);

注意:不需要安装任何库;仅支持英文字母的输入;单词间需要加空格;单词越多,持续效果越久!

运行效果

点击播放效果:

本文链接:https://my.lmcjl.com/post/19074.html

展开阅读全文

4 评论

留下您的评论.