subnet
式: 結果:
式: 結果:
式: def incrementor8(n): a = 0 result = [] while a < n: result.append(a) a += 8 return result print(incremen… 続きを読む »
式: print(‘###################################’) s = ‘My name is Masatoshi. Call me Toshi.’ print(s) print(s.st… 続きを読む »
count1が “1” の状態でcount2に “1” 〜 “9” が代入されcount1が “2” に増分された状態でco… 続きを読む »
式 結果: 172.22.0.0, 172.22.0.8, 172.22.0.16, 172.22.0.24, 172.22.0.32, 172.22.0.40, 172.22.0.48, 172.22.0.56, 17… 続きを読む »
関数(player_name):プレイヤーの名前を表示する関数 def player_name(name=’guest’): print(‘Player name is ‘… 続きを読む »