Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
2 Commented Posts
0 Endorsements
Ranked #72.8K
~33.9K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for joe82

# Heading Here # Write a Python program to create a text file of multiple lines. Display the following: 1. Entire text file 2. 1st lines of the text file. 3. m lines starting from the nth line 4. number of words in each line with open("FilemultiLines.txt") as f : …

Member Avatar for vishakha_3
0
23K
Member Avatar for c++help

Write a Python program to take input of a positive number, say N, with an appropriate prompt, from the user. The user should be prompted again to enter the number until the user enters a positive number. Find the sum of first N odd numbers and first N even numbers. …

Member Avatar for vishakha_3
0
11K

The End.