Category: python
The problem is from codeforces: http://www.codeforces.com/problemset/problem/192/A The given input to this problem can be held by a four-byte integer (32-bit). It is to search for two numbers and such …
There are many available packages that you can use in creating of windows/dialogs in Python script. For example, The most important can be found below: Tkinter: Tkinter is the …
I’ve been learning python for some time and would like note the nice language aspects of Python programming syntax. 1. Multiple statements on a single line. In python, normally, …
The problem is from codeforces: http://www.codeforces.com/problemset/problem/124/A Simply a math problem, however, using brute-force will pass the tests since the tests are weak (all numbers are smaller than 100) s …
The problem is from codeforces: http://www.codeforces.com/problemset/problem/173/A This is the first problem that I submited in codeforces. It is a math problem that computes how many games for two players …