using System; using System.Console; WriteLine("Count?"); def count=int.Parse(ReadLine()); WriteLine(count);