I'm happy with Python and prefer it overall. ... #!/usr/bin/python import fileinput for line in fileinput.input(): print line[0].
確定! 回上一頁