0%
0 votes, 0 avg
41

Create Account For Free Use online Test

User NameStartScore
Sandeep Yadav08:29:44 Oct 19, 202265%
rohitchaubey77116:57:17 Jul 23, 202252.5%
nirajyadav334423:04:34 Jul 19, 202260%
nirajyadav334408:06:33 Jun 14, 202252.5%
Sandeep Yadav07:01:09 Apr 16, 202272.5%
Sandeep Yadav01:44:34 Apr 14, 202272.5%
Sandeep Yadav16:27:37 Mar 22, 202272.5%
Sandeep Yadav17:09:06 Mar 15, 202287.5%
Sandeep Yadav17:30:33 Mar 11, 202277.5%
Sandeep Yadav17:20:07 Mar 09, 202280%
Sandeep Yadav17:43:46 Mar 08, 202287.5%
Sandeep Yadav17:37:30 Mar 08, 202282.5%
Sandeep Yadav17:27:56 Mar 08, 202285%
Sandeep Yadav17:15:11 Mar 08, 202265%
Sandeep Yadav17:03:38 Mar 08, 202272.5%
Sandeep Yadav16:44:45 Mar 08, 202247.5%
Sandeep Yadav01:55:49 Feb 27, 202277.5%
Sandeep Yadav16:28:16 Feb 25, 202240%
Sandeep Yadav17:20:17 Feb 23, 202237.5%
Sandeep Yadav12:53:16 Feb 19, 202287.5%
Sandeep Yadav21:19:33 Feb 10, 202272.5%
Shalini Singh16:17:10 Jan 26, 202265%
Himanshu22:35:47 Jan 19, 202237.5%
RAMBALI PATEL18:01:14 Jan 15, 202270%
Sandeep Yadav09:44:39 Jan 14, 202265%
Sandeep Yadav09:26:54 Jan 14, 202282.5%
Amit Kumar patel22:05:24 Jan 13, 202272.5%
Amit Kumar patel21:38:34 Jan 13, 202265%
Monika13:19:18 Jan 12, 202275%
Sandeep Yadav02:55:54 Jan 11, 202287.5%
Sandeep Yadav20:36:22 Jan 10, 202280%
Sandeep Yadav20:23:23 Jan 10, 202255%
Swapnil verma20:22:57 Jan 10, 202240%
Ayush13:32:00 Jan 10, 202270%
chetanchauhan13:23:38 Jan 10, 202257.5%
Sandeep Yadav13:20:38 Jan 10, 202257.5%
Vikalp13:20:52 Jan 10, 202285%
SHARMA JI18:36:52 Jan 09, 202260%
SHARMA JI18:21:13 Jan 09, 202260%
amamjnp18:16:38 Jan 09, 202250%
Guest17:56:15 Jan 09, 202260%
Next topic Introduction of Python Python is the most popular programming language. It was created by Guido van Rossum, released ...
Previous topic Next topic Components of Python Language A Components of Python Language ​ is the smallest element in a ...
Previous topic Next topic Python Syntax Indentation It  indentation to indicate a block of code. it represent the spaces at ...
Previous topic Next topic Python Operators An operator is a symbol that tells the computer to perform certain mathematical or ...
Previous topic Next topic Comparison operators The relational operator is used to compare two operands to see whether they are ...
Previous topic Next topic Logical Operators Logical operators are used to combining two or more relational expressions. Python provides three ...
Previous topic Next topic Identity operators The identity operator is used to compare the objects, returns True if both variables ...
Previous topic Next topic Python Membership Operator A membership operator is used to check whether the object is present or ...
Previous topic Next topic Bitwise operators Bitwise operators are used to manipulating data at the bit level. These operators are ...
Previous topic Next topic Python Comments Python comments can be used to explain source code. Python comments can be used ...
Previous topic Next topic Python Numeric data type The power of a programming language depends, among other things, on the range ...
Previous topic Next topic Python Casting If you want to convert one data type to another data type then python ...
Previous topic Next topic Python Control Statement Using a control statement control the statement and expression of the python program ...
Previous topic Next topic Python Control Statement Elif Statement Elif statement is also called the if-else ladder statement. /* if-else ...
Previous topic next topic Loop in Python Loop is a command which means repeat again an again using logics. In ...
Previous topic next topic Unconditional control statement in Python The Unconditional control statement is way to control the statement without ...
Previous topic Next topic Python if-else nested Control Statement​ Python Nested if-else if with in if-else called nested if-else control ...
Previous topic Next topic Assignment Operators Assignment operators are used to assigning values to variables. Operator Same As Example = ...
Previous topic next topic Python Function A function is a block of code, it runs when a function is called ...
Previous topic next topic Python data types Python Immutable Immutable data types are those that can never change their value ...