Visual Studio 2019创建Python的for 循环语句
1、双击打开Visual Studio 2019

3、创建新项目>>Python应用程序>>下一步

5、创建for in循环语句,循环字符串代码:for yuanshu in 'Python': # 埒摆缥膂创建for in循环语句 print("for循环字符串,当前字母: %s" % yuanshu)


1、双击打开Visual Studio 2019
3、创建新项目>>Python应用程序>>下一步
5、创建for in循环语句,循环字符串代码:for yuanshu in 'Python': # 埒摆缥膂创建for in循环语句 print("for循环字符串,当前字母: %s" % yuanshu)