• Stars
    star
    1
  • Language
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It involves python

More Repositories

1

web.deniskim

1
star
2

variables.

my first program in python
1
star
3

box

it helps in showing us how many books a box can carry
Python
1
star
4

Denis-kim

Jupyter Notebook
1
star
5

variables.md

1
star
6

fictional-chainsaw

his is our day five of 5 weeks python bootcamp.
1
star
7

variable

my program on variables
1
star
8

kim.m

this is our third day of python bootcamp
HTML
1
star
9

personal-unit-converter

this is a personal unit converter
Python
1
star
10

day-3-of-5-weeks-of-pythonb

1
star
11

web-deniskim

1
star
12

Denis-wanja

This is my first repository
1
star
13

day-3-of-5-weeks-of-python-bootcamp

we are in introduction to python variables
1
star
14

kim

The first day of week two of python bootcamp
1
star
15

date.py

from datetime import datetime today=datetime.now().date() # date =date.now print(today) print("Today's date:",today) #x=datetime.datetime.now() print('ctime:', today.ctime()) day ='Fri' int if day =='Fri': fare =100 elif day =='Sun': fare =80 elif day =='Mon': fare =100 elif day =='Tue': fare =100 elif day =='Wen': fare =100 elif day =='Thur': fare =100 elif day =='Fri': fare =100 elif day =='sat': fare =60 print("fare:",100 or 80 or 60)
1
star
16

denis

<html> <head> <title>Managment Group <2></title> </head> <body> This is where you would include the text and image on your web page<br> <a href = http://www.zetech.ac.ke>zetech university</a> <!--list of items--> <h2><b>OUR FIRST WEB </b></h2> <h3><b>GROUP MEMBERS</b></h3> <ol type="a"> <li>Denis wanjala</li> <li>Lillian mwangi</li> <li>Justus mokua</li> <li>Marryann </li> <li>John victor</li> </ol> <h3>THE WORK TO TALKLE</h3> <ul type ="square"> <li>Creating forms</li> <li>Creating tables</li> <li>including links on your web</li> </ul> <font color="red"> This is my red web text </br> </font> <img Src="io.jpg" style="width:100px;height:100px;"><BR> <tr> <form> <caption>LogIn:</caption> </br> <label>User Name:</label> <input type="text" placeholder="Enter Your user Name:"/> <label>ID Number:</label> <input type="text" placeholder="Enter your ID Number:"/> <br/> <label>Account Number:</label> <input type="text" placeholder="Enter Account Number:"/> <br/> <label>Password:</label> <input type="password" placeholder="Enter your password"/> <br/> <input type="submit" value="Submit"/> </form> <table border="2"> <tr><td colspan="3">students table</td></tr> <td>Reg no</td> <td>name</td> <td>AGE</td> </tr> <tr> <tr><td>BSCIT-05-0088/2020</td> <td>JOYCE</td> <td>20</td> </tr> <tr> <tr><td>BSCIT-05-8886/2019</td> <td>BRIAN</td> <td>21</td> </td> <tr> <tr><td>BSCIT-05-1884/2019</td> <td>JOHN</td> <td>22</td> <tr><td>BSCIT-05-8084/2019</td> <td>Peter</td> <td>19</td> <tr><td>BSCIT-05-8824/2019</td> <td>Denis</td> <td>18</td> <tr><td>BSCIT-05-8834/2019</td> <td>Lillian</td> <td>21</td> </tr> </body> </html>
1
star