plz can u convert this cpp file into python i need that badly as soon as possible... I am new to python. I just wanna learn it....
#include<cstdio>
int main()
{
int a[100], n;
freopen("input.txt", "r", stdin);
scanf("%d", &n);
for(int i=1; i<=n; i++)
scanf("%d", &a[i]);
return 0;
}-- http://mail.python.org/mailman/listinfo/python-list
