0% found this document useful (0 votes)
106 views

CISC 504 Assignment 4.ipynb

The document contains instructions for an assignment with multiple coding exercises. Students are asked to rename files with their name and assignment number, embed a 5 minute recording walking through their code, and submit both code and recording of running programs.

Uploaded by

Vatsal Patel
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
106 views

CISC 504 Assignment 4.ipynb

The document contains instructions for an assignment with multiple coding exercises. Students are asked to rename files with their name and assignment number, embed a 5 minute recording walking through their code, and submit both code and recording of running programs.

Uploaded by

Vatsal Patel
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

{

"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Assignment 4\n",
"# Please don’t forhet rename it with your name and assignment number\n",
"# Embed a 5 minutes recording walking me through your code with compressed
format.\n",
"# Dont name the programs with file names\n",
"# dont use the Excercise Headings\n",
"# submit code and recodging of running program.\n",
"# Run the program and then save this file and submit this file."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4.1"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4.2"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4.3"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4.4"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4.5"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4.6"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4.7"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4.8"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4.9"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4.10"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4.12"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Create a program that count number of specific words in the file, also total
number of words\n",
"\n",
"for Example if file contain data.text :\n",
"\n",
"word word word string string\n",
"\n",
"output\n",
"\n",
"total 6\n",
"\n",
"\n",
"if we call this program as countword.py word\n",
"\n",
"output\n",
"\n",
"word 3\n",
"\n",
"total 6"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.15"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

You might also like