Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Open Source > Python
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Python section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 15th, 2010, 11:24 AM
EliteHussar
Guest
 
Posts: n/a
Default Python Tutorial 1 – Introduction

Programming Tutorials
1.1.1. Let’s run the python interpreter
Code:
Python 2.4.2 (#1, Dec 20 2005, 16:25:40) 
[GCC 4.0.0 (Apple Computer, Inc. build 5026)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 1 + 5
6
>>> 2 * 5
10
>>> 1 / 2
0
Is it the right answer?
Python Tutorial 1 – Introduction





Similar Threads
Thread Thread Starter Forum Replies Last Post
Introduction GrantRobertson BOOK: Beginning XML, 4th Ed ISBN: 978-0-470-11487-2 0 November 1st, 2009 10:15 PM
Introduction: What's new in .NET 2.0 john_tempest BOOK: Professional C# 2005 with .NET 3.0 ISBN: 978-0-470-12472-7 0 July 20th, 2007 05:22 PM
Introduction please Mantis Flash (all versions) 2 May 19th, 2005 10:39 AM
Introduction to PHP FAQs richard.york PHP FAQs 0 April 3rd, 2004 07:20 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.