Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for AnjaliThukral

Ive had that happen to me. What you can do is go to your task manager and under "processes" close all python software then re-open. I had to reinstall twice before I figured that out.

Member Avatar for vegaseat
-1
1K
Member Avatar for OLer94

Hello everyone, Im very new to python so I am having a hard time with it. I am trying to input a set 's' and have it spit out 'result' which would be a list of all computed subsets of 's'. I wrote the following code but its not working. …

Member Avatar for woooee
0
249
Member Avatar for OLer94

Im trying to figure out how to compute a product of ordered pairs. So if I have two sets (1,3) and (2,4), I want to generate the following tuples (1,2), (1,4), (3,2), (3,4). Now I wrote the following [INLINECODE]def orderedproduct(set1, set2): op=[set()] for x in set1: for y in set2: …

Member Avatar for OLer94
0
158
Member Avatar for OLer94

Hello everyone! My name is Markus I played football in HS and college (OL) and Ive had an interest in computers for a while but playing ball kept me from really getting into it. Anyway, I hope to learn from some of the pros here!

Member Avatar for jbennet
0
29

The End.