摘要:
alien_0 = {'color': 'green','points': 5 } print(alien_0['color']) print(alien_0['points']) #添加键值对 alien_0['x_position'] = 0 alien_0['y_position'] = 25 阅读全文
posted @ 2019-07-27 21:00
Jayzou11223
阅读(27)
评论(0)
推荐(0)
摘要:
源代码 `timescale 1ns / 1ps // // Company: // Engineer: // // Create Date: 11:17:58 07/27/2019 // Design Name: // Module Name: sort4_test // Project Name 阅读全文
posted @ 2019-07-27 20:58
Jayzou11223
阅读(244)
评论(0)
推荐(0)