0% found this document useful (0 votes)
6 views1 page

Lab 1

The document contains code from a programming assignment. It prints out headers, tables, and text with names, grades and other details. The code demonstrates formatting strings and printing output in Python.

Uploaded by

Amr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Lab 1

The document contains code from a programming assignment. It prints out headers, tables, and text with names, grades and other details. The code demonstrates formatting strings and printing output in Python.

Uploaded by

Amr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

================= Lab 1 ================

print('========= lab1 Q5.(1) =========\n')


#
# name='"Dyaa Ahmed Ali AL-Sharafi"'
# print("Hello\' my name is : ",name.upper())
#
# print('\n========= lab1 Q5.(2) =========\n')
# print('***********************')
# print('* Programming Assignment 1 *')
# print('* Computer Programming | *')
# print('* Author: "Dyaa Ahmed Ali AL-Sharafi"')
# print('* Due Date: Sunday, Feb. 18')
# print('***********************\n')
#
#
#
# print('========= lab1 Q5.(3) =========\n')
#
# print('***********************')
# print('NAme : Dyaa Ahmed ')
# print('=======================')
# print('Age : 22')
# print('=======================')
# print('Email : [email protected]')
# line= '-' * len("Email : [email protected]")
# print(line)
# print('***********************\n')
#
# print('========= lab1 Q5.(4) =========\n')
#
# print('---------------------------------------------------------------------')
# print('| Num | Name | Python | English | Arabic | Math | Sum | Avarage |')
# print('---------------------------------------------------------------------')
# print('| 1 | Dyaa | 99 | 98 | 99 | 96 | 392 | 98 |')
# print('---------------------------------------------------------------------')
# print('| 2 | Al-Shibli | 88 | 87 | 90 | 70 | 335 | 83.75 |')
# print('---------------------------------------------------------------------')
# print('| 3 | Ahmed | 90 | 99 | 92 | 92 | 392 | 87 |')
# print('---------------------------------------------------------------------')
#
#
# print("\n\nThank God, I finished LAB1")

‫الم‬
‫ رقنة سلمان و سدى الورد‬/ ‫هندسيان‬ ‫ ضياء احمد علي الش فري‬/ ‫الطالب‬

You might also like