我正在尝试解决一个简单的猪拉丁问题,但是当遍历数组时,循环会跳过一个字母。
在这种情况下,它是字母“ h”,我不明白为什么。
任何帮助将不胜感激
spring.jackson.date-format
返回此值,跳过“ h”字符:
#step 1
python
#step 2
import wfdb #if you don't have wfdb package, you can install using (pip install wfdb)
#step 3
import os
#step 4
wfdb.io.get_dbs() #it will list the databases
#step 5
wfdb.get_record_list('mitdb') #I have chosen MIT-BIH database and it it will display the content
#setp 6
wfdb.io.dl_database('mitdb', r'C:\Users\User\Desktop\MIT-DATA', records='all', annotators='all', keep_subdirs=True, overwrite=False)