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 #107.41K
~15.1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for JNSS
Member Avatar for Rahul_53
0
64
Member Avatar for DMcQuinn

I want to loop from 0 radians through 6.2 radians in increment of 0.1 radian something like this in C for(r=0.0; r<6.4;r=r+0.1) this is the best I can do in Python: for i in range(63): z = float(i)/10 print z Is there a better way?

Member Avatar for vegaseat
-1
15K
Member Avatar for urmybaby

2. List Processing (10 Points) Write a program that asks the user to enter a list with an even numberof integers. The program then has to construct a new list by adding pairs of integers in the list. Hereis an example of a program run, where the user enters the …

Member Avatar for jaux
0
174