Preview

CEIS100 W5 ILab Report

Satisfactory Essays
Open Document
Open Document
320 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
CEIS100 W5 ILab Report
Laboratory Report Cover Sheet
DeVry University
College of Engineering and Information Sciences

Course Number: CEIS100
Professor: D. Morabito
Laboratory Number:
Laboratory Title: Creating a Program Using Python

Submittal Date:

1. Objectives:

The objective was to create a program using python. The program should successfully ask the user to input his or her name. Then ask the user to enter his or her age. If they are older than 16 then they can drive a car. Display this message along with their name. Then end the program by stating the users name, and that it is nice to meet them.

Code—copy and paste (or type) your code below. You can also post a screenshot of the program working if you would like.

print("Welcome to the get to know your program") name = input("What is your name? ") age = int(input("What is your age? ")) if age>=16: print("You can drive a car!")

print(name) print("Nice to meet you")

Part B.

print("Welcome to the get to know your program part b") name = input("What is your name?") city = input("What city do you live in?") temperature = float(input("What is the temperature outside? ")) if temperature>=61 : print("It is nice where you live.")

print(city) print("Nice to meet you!")

Conclusions:

In conclusion the code I entered was successful. I did not expect coding to be based more off the human language as much as it is. However the smallest mistake can create a world of trouble when writing code. I am still undecided if I like the IDLE tool or not. So far notepad++ is my choice for writing code with the python shell. Coding can be a long process but as long as you can remember the language and terminology such as format, method, variables, indexes and slices etc… then it appears to be less difficult.

Student:
Anthony Tessensohn

CEIS100

Anthony P. Tess

Name

Program

Signature

You May Also Find These Documents Helpful

  • Good Essays

    Paste your Windows Explorer screenshot that shows your Citrix NETW360 directory structure here. An example screenshot appears in your Week 1 iLab tab.…

    • 606 Words
    • 3 Pages
    Good Essays
  • Good Essays

    ibus progress report

    • 1621 Words
    • 7 Pages

    Coachmen RV products have been on US roads and highways since 1964. The first Coachmen RV products were manufactured in a 5,000 square foot plant in downtown Middlebury, Indiana, by Coachmen Industries, a company founded by three brothers: Tom, Keith and Claude Corson.

Coachmen 's first year of production included 12 travel trailers, a single truck camper and 80 truck caps. Since that time, over 600,000 Coachmen recreational vehicles have been produced.

In 1969, Coachmen Industries became a public company, and in 1972 Coachmen was first listed on the American Stock Exchange. In January of 1978, the stock was approved for trading on the New York Stock Exchange. In 1984, Coachmen joined the ranks of the prestigious Fortune 500. And in December of 2008, Coachmen RV became a proud brand of Forest River…

    • 1621 Words
    • 7 Pages
    Good Essays
  • Good Essays

    Cs 5020 Unit 5 Report

    • 594 Words
    • 3 Pages

    These are some screenshots which I practiced daily after reviewing the concepts which I have learned in last two weeks and previous weeks. And I have learned some more other concepts they are:…

    • 594 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    IT104 Assignment Unit 5

    • 307 Words
    • 2 Pages

    1) What does a professional programmer usually do first to gain an understanding of a problem?…

    • 307 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Netw202 Week 2 Ilab

    • 579 Words
    • 3 Pages

    Write a paragraph (minimum five college-level sentences) below that summarizes what was accomplished in this lab, what you learned by performing it, how it relates to this week’s TCO’s and other course material; and just as important, how you feel it will benefit you in your academic and professional career. (10 points)…

    • 579 Words
    • 3 Pages
    Good Essays
  • Better Essays

    Nf Isaab Lab Report

    • 1250 Words
    • 5 Pages

    The aim with this lab was through using ELISA-based technique learn how IL-1 and LPS activate the NF-κB signaling pathway in insulin-producing cells and see if the activation can be prevented through inhibition of proteasomal activity. In addition the purpose of this lab was to detect whether NF-κB activation leads to induction of the iNOS enzyme or not.…

    • 1250 Words
    • 5 Pages
    Better Essays
  • Satisfactory Essays

    Programming is an essential skill taught in university IT programs, yet students approach the subject with some difficulty and anxiety. Without prior experience in a programming language these courses may prove too challenging. The Raspberry Pi provides many projects that expose the student to programming language. Python is a powerful language that is both easy to use and flexible enough to create useful programs with the Pi (Monk, October 30, 2012). Using this language one can develop a plethora of software from productivity programs to games. Learning Python with the Raspberry Pi helps students grasps complex concepts such as strings, variables, and data structures. Using programs created by the student can assist in mastering key programming principles and inspiring creativity. One such project is Pygame…

    • 297 Words
    • 1 Page
    Satisfactory Essays
  • Powerful Essays

    The differentiator circuit caused the cosine wave to output a sine wave and a triangle wave to output a square wave.…

    • 598 Words
    • 5 Pages
    Powerful Essays
  • Satisfactory Essays

    For each of the following problems, use the top-down modular approach and pseudocode to design a suitable program to solve it.…

    • 296 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    Analysis Of Rasberry Pi

    • 1563 Words
    • 7 Pages

    Writing a GUI(Graphical User Interface)Python program on the Rasberry Pi with Tkinter to control the Arduino.…

    • 1563 Words
    • 7 Pages
    Better Essays
  • Good Essays

    With this text, you will acquire the skills that you need for more practical Python programming…

    • 108046 Words
    • 492 Pages
    Good Essays
  • Satisfactory Essays

    digital literacy by josie

    • 959 Words
    • 4 Pages

    8. Working up from the first programme ‘Scratch’, learners progress through four terms of work until they begin learning programming language, Python – starting out…

    • 959 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    To students. The proposed study serves the students as their reference or guide in creating their program. It will also help students taking computer related courses to identify the best programming language to use.…

    • 258 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Once the user has inputted enough data based on the word problem it will then fill in the missing data.…

    • 311 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    • • • • • • • use meaningful names for variables, constants, functions, etc, indent your code correctly, include comments, declare constants where appropriate, avoid the use of global variables, use the correct types of functions as well as the correct types of parameters.…

    • 289 Words
    • 2 Pages
    Satisfactory Essays