ass="time-since" title="Tue, 09 May 2023 07:15:13 UTC">2 年之前 SM.js 77628cf8bf first comm 2 年之前 SN.js 77628cf8bf first comm 2 年之前 SO.js 77628cf8bf first comm 2 年之前 SR.js 77628cf8bf first comm 2 年之前 ST.js 77628cf8bf first comm 2 年之前 SV.js 77628cf8bf first comm 2 年之前 SY.js 77628cf8bf first comm 2 年之前 SZ.js 77628cf8bf first comm 2 年之前 TC.js 77628cf8bf first comm 2 年之前 TD.js 77628cf8bf first comm 2 年之前 TG.js 77628cf8bf first comm 2 年之前 TH.js 77628cf8bf first comm 2 年之前 TJ.js 77628cf8bf first comm 2 年之前 TK.js 77628cf8bf first comm 2 年之前 TL.js 77628cf8bf first comm 2 年之前 TM.js 77628cf8bf first comm 2 年之前 TN.js 77628cf8bf first comm 2 年之前 TO.js 77628cf8bf first comm 2 年之前 TR.js 77628cf8bf first comm 2 年之前 TT.js 77628cf8bf first comm 2 年之前 TV.js 77628cf8bf first comm 2 年之前 TW.js 77628cf8bf first comm 2 年之前 TZ.js 77628cf8bf first comm 2 年之前 UA.js 77628cf8bf first comm 2 年之前 UG.js 77628cf8bf first comm 2 年之前 US.js 77628cf8bf first comm 2 年之前 UY.js 77628cf8bf first comm 2 年之前 UZ.js 77628cf8bf first comm 2 年之前 VA.js 77628cf8bf first comm 2 年之前 VC.js 77628cf8bf first comm 2 年之前 VE.js 77628cf8bf first comm 2 年之前 VG.js 77628cf8bf first comm 2 年之前 VI.js 77628cf8bf first comm 2 年之前 VN.js 77628cf8bf first comm 2 年之前 VU.js 77628cf8bf first comm 2 年之前 WF.js 77628cf8bf first comm 2 年之前 WS.js 77628cf8bf first comm 2 年之前 YE.js 77628cf8bf first comm 2 年之前 YT.js 77628cf8bf first comm 2 年之前 ZA.js 77628cf8bf first comm 2 年之前 ZM.js 77628cf8bf first comm 2 年之前 ZW.js 77628cf8bf first comm 2 年之前 alt-af.js 77628cf8bf first comm 2 年之前 alt-an.js 77628cf8bf first comm 2 年之前 alt-as.js 77628cf8bf first comm 2 年之前 alt-eu.js 77628cf8bf first comm 2 年之前 alt-na.js 77628cf8bf first comm 2 年之前 alt-oc.js 77628cf8bf first comm 2 年之前 alt-sa.js 77628cf8bf first comm 2 年之前 alt-ww.js 77628cf8bf first comm 2 年之前 tum/pythonlearning - Gogs: Simplico Git Service

Aucune description

file_reader.py 145B

12345678
  1. filename = 'pi_digits.txt'
  2. with open(filename) as file_object:
  3. lines = file_object.readlines()
  4. for line in lines:
  5. print(line.rstrip())