python实现键盘打字练习

利用random生成随机数,转换成该ascii码对应的字符输出在屏幕上,经过读取用户输入进行比对,地出正确率python [root@foundation27 ~]# vim typewriting.py #!/bin/bash/python #coding=utf-8 from __future__ import division import random print "**********
相关文章
相关标签/搜索