Data Entry

Oscar Bosca oscarbp at maptel.es
Wed May 17 15:57:31 EDT 2000


Hi all

It's incredible, but I've found the way to entry data from a program
something like: ( in C )

	int num;
	printf("Enter a number: ");
	scanf("%d",&num);

or maybe is it because with Python you can't ask for data and
keeping it in a variable?

Well, thanks in advance...



More information about the Python-list mailing list