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
~249 People Reached
Favorite Forums
Favorite Tags
Member Avatar for The Champ

[CODE]L = [ 0 , 2, 1 , -1 , -1 , -1, -1 ] for i in L: if i <= 0: L.pop ( i ) print L [/CODE] What I was expecting was that L = [ 0, 2, 1 ] but the result was [ 2 , …

Member Avatar for snippsat
0
123
Member Avatar for The Champ

Question: Prompt user to enter ten two digit number. The program should compute the sum of all positive values and print the sum of values added. Over here what I had done is: Chosen list to store initial all the ten numbers. First I have to initialize the list with …

Member Avatar for shadwickman
0
104
Member Avatar for The Champ

Hey Everybody, I am Electrical Engineering student and have worked with C and C++. Right now learning Python as it is required for my project work. So let us see, Name: Hirdeep Nickname: The Champ Height: 176cm, I don't know in feet and inches Weight: 151 Hair: Black Eyes: Light …

0
22