Skip to content

piyaakotharii/git_github_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git-GitHub tutorials

List of program to be used in to learn Github.

Questions

Q1. Write a Python program to find the list of words that are longer than n from a given list of words.

Q2. Write a Python function that takes two lists and returns True if they have at least one common member.

Q3. Write a Python program to print a specified list after removing the 0th, 4th and 5th elements.

Q4. Write a Python program to convert a list of characters into a string.

Q5. Write a Python program to select an item randomly from a list.

Q6. Write a Python program to find common items from two lists.

Q7. Write a Python program to convert a list of multiple integers into a single integer.

Q8. Write a Python program to split a list into different variables.

Q9.Write a Python program to split a list every Nth element.

Q10. Write a Python program to insert a given string at the beginning of all items in a list.

Aim

⦿ Install git on your local system, git will be our primary version control system

⦿ Learn Basic of Git i.e cloning a repository, making changes, staging chages, making commits, creating new pull requests

About

General Python Program For GitHub Tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published