100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Other

BTEC IT Level 3 Unit 4 Programming – Assignment 2 Python Code Files Distinction

Rating
-
Sold
-
Pages
4
Uploaded on
27-05-2025
Written in
2024/2025

This compressed folder contains the fully working Python code files for Assignment 2 of BTEC Level 3 National Extended Diploma in Information Technology, Unit 4: Programming. The code is written in Python and includes detailed comments for clarity and understanding. The code demonstrates a fully functional program that meets the assignment requirements and has been completed to a Distinction standard. It is provided with test screenshots and evidence to support assessment. This resource is perfect for students who want to review working Python code examples or need a reference to help with their own programming assignment. The files are easy to adapt and follow best practices for clarity and structure

Show more Read less








Whoops! We can’t load your doc right now. Try again or contact support.

Document information

Uploaded on
May 27, 2025
Number of pages
4
Written in
2024/2025
Type
Other
Person
Unknown

Subjects

Content preview

import time

def slow_print(text): #Creates a function for slow print
for char in text:
print(char, end='', flush=True)
time.sleep(0.025)
print()

slow_print("!!!Tournament System!!!")
def game(): #Creates a function to start the game
name=input(("What is your name? ")) #asks user to input name
slow_print("Welcome to the tournament system " + name)
slow_print("You will have a choice from either academic or sports events.")
slow_print("You will have to select the category you want to participate in.")
slow_print("Select either SPORTS or ACADEMIC.")
print(" ")
select_category() #calls the 'select_category' function

def select_category():
category = input("What category would you like to select? ") #asks user to input
category
if category.lower() == "academic":
slow_print("You have selected academic events")
print(" ")
slow_print("Choose 5 events from this list: ")
print("")
print("1. Chess")
print("2. Cooking")
print("3. Sudoku")
print("4. Spelling")
print("5. Tic Tac Toe")
print("6. Connect 4")
print("7. Checkers")
print("8. Programming")
print("9. Crossword")
print("10. Word Hunt")
print(" ")
aevent_selection()

print("")
elif category.lower() =="sports":
slow_print("You have selected sports events")
print(" ")
slow_print("Choose 5 events from this list: ")
print("")
print("1. Basketball")
print("2. Football")
print("3. Swimming")
print("4. Volleyball")
print("5. Baseball")
print("6. Running")
print("7. Golf")
print("8. Tennis")
print("9. Table Tennis")
print("10. Badminton")
print(" ")
sevent_selection()
else:
select_category() #will repeat if user inputs anything other than academic or
£5.99
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached

Get to know the seller
Seller avatar
alishanasir

Also available in package deal

Thumbnail
Package deal
BTEC IT Level 3 Unit 4 Programming – Full Distinction Package (Assignments 1 & 2 + Python Code) (Learning Aims A,B and C)
-
3 2025
£ 25.97 More info

Get to know the seller

Seller avatar
alishanasir Sir George Monoux College
View profile
Follow You need to be logged in order to follow users or courses
Sold
1
Member since
6 months
Number of followers
0
Documents
11
Last sold
6 months ago

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and smashed it. It really can be that simple.”

Alisha Student

Frequently asked questions