diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8bd31b3..ab99a3c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,3 @@ -All rules as per Hacktoberfest 2021 apply -All participants are allowed to contribute -Create a copy (fork) and make changes, then send Pull Request (PR), upon validation it will be included to the main branch. +-- All rules as per Hacktoberfest 2021 apply +-- All participants are allowed to contribute +-- Create a copy (fork) and make changes, then send Pull Request (PR), upon validation it will be included to the main branch. diff --git a/code.py b/code.py index 0eb7935..ccfd314 100644 --- a/code.py +++ b/code.py @@ -1,2 +1,10 @@ #Hacktoberfest2021 #start here! + +#!/usr/bin/env python +# coding: utf-8 + +# In[1]: +cricket = [] +with open('text.txt', 'r') as file: + print(cricket)