My first program - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Python Programming Language (https://www.supportforums.net/forumdisplay.php?fid=32) +---- Thread: My first program (/showthread.php?tid=10996) |
RE: My first program - Reality - 08-13-2010 I'll try su -c 'yum install python' I dont think it worked last time though RE: My first program - Daniel Faraday - 08-13-2010 Try to use Code: sudo apt-get update RE: My first program - Reality - 08-13-2010 no it worked now anyway Im on fedora sudo apt-get isn't right ;p RE: My first program - Daniel Faraday - 08-13-2010 Should have said something. D: For your program don't forget to add Code: .lower() It converts all of the characters in the imputed string to lower case. RE: My first program - Reality - 08-13-2010 Okay, will do thanks RE: My first program - Bursihido - 12-13-2010 Good job. Keep it up |