Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: TypeError: ENCODE Method, str instead of byte
Post: TypeError: ENCODE Method, str instead of byte

The code line in bold is giving me the following error, please help: Traceback (most recent call last): File "bath_dataset_lit_link.py", line 81, in <module> link_list.write(str(doi + '\t'...
Rajath General Coding Help 1 2,780 May-09-2020, 11:01 AM
    Thread: How to find the sum of even numbers from entered N numbers?
Post: How to find the sum of even numbers from entered N...

my question here n=int(input('Enter the number:')) if(n<=0): print('Enter a valid number') else: sum=0 count = 0 while(n>0): for count in range (i % 2 ==0) sum+=n n-=1 print(sum) my code here
Rajath General Coding Help 2 12,395 Sep-03-2017, 03:42 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020