-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not sure if this is an issue with my computer #19
Comments
Hey there! When you type code into Python's shell, the output is sometimes different than when you save a program and run it. Try typing the same code into the shell, instead of saving and running it, and 100 should print. |
Yes! That worked! I thought I was doing something wrong. Thanks! |
I'm not sure what i'm missing, but when I save as and run any math do not get the expected result ============= RESTART: C:/Users/gkail/Desktop/length diagonal.py ============= |
Please post this in the Facebook group
<https://www.facebook.com/groups/selftaughtprogrammers>
…On Wed, Jan 2, 2019 at 5:50 PM GregKail ***@***.***> wrote:
I'm not sure what i'm missing, but when I save as and run any math do not
get the expected result
I get this
Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 22:20:52) [MSC v.1916
32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
============= RESTART: C:/Users/gkail/Desktop/length diagonal.py
=============
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AID8z2Jr3ind68yCCqpwx3mhFdh1s5FRks5u_WHogaJpZM4TER2i>
.
--
Cory Althoff
www.goselftaught.com <http://www.goselftaught.com>
|
Hello World! I'm new here!
I have the following issue...
When i put the following
This on my end...
it doesn't display the 100
no results
The book shows this...
At the end it supposed to display 100
Please advise.
The text was updated successfully, but these errors were encountered: