Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,964
» Latest member: Edzed4431
» Forum threads: 38,730
» Forum posts: 175,547
Full Statistics
|
Online Users |
There are currently 40 online users. » 0 Member(s) | 30 Guest(s) Google, Applebot, Bing, AOL, Twitter, AOL
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 4
» Views: 109
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 491
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,031
|
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,590
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 490
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 955
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 972
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,243
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,853
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,892
|
|
|
Constraints in for loop |
Posted by: Emekadavid - Jun-13-2020, 06:23 AM - Forum: Homework
- Replies (2)
|
 |
I am doing a challenge in hackerrank and was given this stub code:
[python]for _ in range(int(input))
name = input()
score = float(input()..... More
|
|
|
|