Input, Output and data manipulation (Python series)
July 12th, 2013 // 7:30 pm @ Arad Gharagozli
Welcome back. In this tutorial I am going to go over few basic input and output methods. Like any other programs, Python has its ways to receive data from user and store them into a variable. You can receive data in many different ways but the most common ways are “input” and “raw_input” commands. Like […]
Read More »