| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,308
» Latest member: NeoQuant
» Forum threads: 38,801
» Forum posts: 175,920
Full Statistics
|
| Online Users |
There are currently 37 online users. » 0 Member(s) | 34 Guest(s) Bing, AOL, Google
|
|
|
| pow function |
|
Posted by: luoheng - Sep-12-2018, 02:27 AM - Forum: General Coding Help
- Replies (1)
|
 |
hi,
I met a problem when using the built-in function pow().
here is the code:
[python]
In [1]: pow(-2, 1/3)
Out [1]: (0.6299605249474367+1.091123..... More
|
|
|
| Doubt with int and str |
|
Posted by: SB_J - Sep-11-2018, 04:43 PM - Forum: Homework
- Replies (1)
|
 |
x = 4
print ('x =' , x)
and
x= 4
print ('x =', str(x))
give me the same output. Why do I have to convert int to str?
|
|
|
| Homework Problem |
|
Posted by: Travisbulls34 - Sep-11-2018, 03:38 PM - Forum: Homework
- Replies (1)
|
 |
Hello guys,
I have another problem I can't seem to figure out. Any help would be greatly appreciated!
Here is the problem:
(Turtle: draw a re..... More
|
|
|
| Basic Programming Help |
|
Posted by: Travisbulls34 - Sep-11-2018, 02:30 PM - Forum: Homework
- Replies (3)
|
 |
Hi everyone,
I'm new to the site and just started taking a beginners Python course. I was hoping to see if I could receive some assistance with an a..... More
|
|
|
| Adding text to plot |
|
Posted by: Pythcoronas - Sep-11-2018, 01:27 PM - Forum: Homework
- Replies (1)
|
 |
I am asked to plot a circle with user's input of radius, and display the area of the circle next to it on the plot. I know how to set up the whole thi..... More
|
|
|
| Basic program |
|
Posted by: balajee - Sep-11-2018, 09:36 AM - Forum: Homework
- Replies (2)
|
 |
Hi,
I was asked to write the below program. Please let me know what is the best solution.
Input: [124678,1134546,9091102]
Output: [246817, 446..... More
|
|
|
| making technical drawings |
|
Posted by: Skaperen - Sep-11-2018, 05:19 AM - Forum: Bar
- No Replies
|
 |
/me wonders what he should learn to use to make a wide range of technical drawings
/me also wants to make comic drawings in xkcd style.
|
|
|
| popen and close |
|
Posted by: jupiter - Sep-11-2018, 03:38 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
In a statement obj = os.popen("ls").read()
Should a close statement like obj.close() be called or it is not necessary?
Also for subp = subp..... More
|
|
|
| Dropdown menu- Store variable |
|
Posted by: aking76 - Sep-10-2018, 05:11 PM - Forum: GUI
- Replies (1)
|
 |
I have a program I'm trying to create that will ask for an IP address, run a check to ensure it's an IP address, then afterwards it pops up a box and ..... More
|
|
|
|