Lab #0

active 11 years, 2 months ago
Lab #0
This Project is OPEN.
School / Office
Technology & Design
Project Description

The objective of this lab is to get familiar with using the program Python.

title = ‘this is a string’
index = 0
result = ”
while index < len(title):
letter = title[index]
result = result + letter
index = index + 1
print (result)

Acknowledgements

This project was created by: Giovanni

Recent Discussions

Sorry, there were no discussion topics found.

Recent Docs

No Recent Docs