Dyskusje Q&A
What is console in C#
0 głosów
3 odpowiedziAbout FORTRAN
0 głosów
1 OdpowiedźApart from the Learn Java app, what books and internet resources would any helpful person on this forum suggest to a college freshman(me) taking intro to CS, and struggling?
Right now, I'm struggling with writing my own for loops and nested for loops.
I'm really confused.
Usually, I'm very good coming up with solutions to analytical problems, but intro to CS is making me feel really dumb.
I sincerely need help.
0 głosów
7 odpowiedzihello guys? how are you. i am zeeshan ali from pakistan. i have been in touch with this app for a very long long time. i have found so many friends awesome.. and we do combine study over the internet. anyone of you is interested then join us on facebook by searching this number 03033951255
0 głosów
4 odpowiedziIf except can handle common errors very well, doesn't that make the use of raise redundant inside of a try-except block?
For example:
try:
print( 5 / 0 )
except ZeroDivisionError:
raise ValueError("An error occurred!")
What's the difference if we handle it this way:
try:
print( 5 / 0 )
except (ZeroDivisionError, ValueError):
print("An error occurred!")
3 głosów
2 odpowiedzihow to import nltk in python.
0 głosów
1 OdpowiedźHey there,
I don't know why, but when I import tkinter on IDLE like this:
from tkinter import *
And I say:
window = Tk()
Even known I use python 3.2.5, which should be able to use Tkinter, the python shell raises a ValueError that says that Tk() is not defined. I am very sure I use python 3.2.5 and tutorials from the Python Foundation say that is what I have to do. But it still doesn't work.
Does anyone have an idea of how to solve this problem? Thank you!
0 głosów
3 odpowiedziPopularne dzisiaj
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Need a friend to study with
0 Votes
I’m new someone can help me
0 Votes
HTML community, HELP!!
0 Votes
I am a super beginner
0 Votes
What's doctype htMl
2 Votes