Skip to content

Boomathi-7/DailyCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 

Repository files navigation

Daily_codes

C & Python codes

Comparing and learning Python and C

Day_1

Started with Hello World!

Day_2

Declared and printed the value of variable

Day_3

Arithmetic operations done

Day_4

Relational operations done

Day_5

Logical operations done

Day_6

Relational operator

Day_7

Adding 5 with user input

Day_8

Multiplying 3 with user input

Day_9

Dividing 6 with user number

Day_10

Get a two-digit number from user and print the one’s digit

Day_11

Get a two-digit number from user and print the ten’s digit

Day_12

Get a three-digit number from user and print the one’s digit

Day_13

Get a three-digit number from user and print the hundred’s digit

Day_14

Get a three-digit number from user and print the ten's digit

Day_15

Get a three-digit number from user and print sum of the digits

Day_16

Get a two-digit number from user and print the reverse of the number

Day_17

Get a three-digit number from user and print the reverse of the number

Day_18

Get a four-digit number from user, reverse only the first two digits of the number, then print the number

Day_19

Get a four-digit number from user and only reverse the last two digits of the number, then print the number

Day_20

Get a two-digit number from user and make the one’s digit as 0, then print it

Day_21

Get a two-digit number from user and make the ten’s digit as 1, then print it

Day_22

Get a three-digit number from user and make the one’s digit as 2, then print it

Day_23

Get a three-digit number from user and make the ten’s digit as 0, then print it

Day_24

Get a number from user and subtract 5 from that number if the number is odd, then print the result. Do not use “if”.

Day_25

Day_26

About

Comparison of Python and C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors