-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (52 loc) · 3.47 KB
/
Copy pathindex.html
File metadata and controls
82 lines (52 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Git-GitHub tutorials | Git-Github Tutorial</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="Git-GitHub tutorials" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="General Python Program For GitHub Tutorials" />
<meta property="og:description" content="General Python Program For GitHub Tutorials" />
<link rel="canonical" href="https://open-source-club.github.io/git_github_tutorial/" />
<meta property="og:url" content="https://open-source-club.github.io/git_github_tutorial/" />
<meta property="og:site_name" content="git_github_tutorial" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Git-GitHub tutorials" />
<script type="application/ld+json">
{"headline":"Git-GitHub tutorials","@type":"WebSite","url":"https://open-source-club.github.io/git_github_tutorial/","description":"General Python Program For GitHub Tutorials","name":"git_github_tutorial","@context":"https://schema.org"}</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="/git_github_tutorial/assets/css/style.css?v=5503fb96d8a815de7901329a88ae285147cb2338">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Git-Github Tutorial</h1>
<h2 class="project-tagline">General Python Program For GitHub Tutorials</h2>
<a href="https://github.com/open-source-club/git_github_tutorial" class="btn">View on GitHub</a>
<a href="cheat-sheet.html" class="btn">Cheat Sheet</a>
</section>
<section class="main-content">
<h1 id="git-github-tutorials">Git-GitHub tutorials</h1>
<p>List of program to be used in to learn Github.</p>
<h2 id="questions">Questions</h2>
<p>Q1. Write a Python program to find the list of words that are longer than n from a given list of words.</p>
<p>Q2. Write a Python function that takes two lists and returns True if they have at least one common member.</p>
<p>Q3. Write a Python program to print a specified list after removing the 0th, 4th and 5th elements.</p>
<p>Q4. Write a Python program to convert a list of characters into a string.</p>
<p>Q5. Write a Python program to select an item randomly from a list.</p>
<p>Q6. Write a Python program to find common items from two lists.</p>
<p>Q7. Write a Python program to convert a list of multiple integers into a single integer.</p>
<p>Q8. Write a Python program to split a list into different variables.</p>
<p>Q9.Write a Python program to split a list every Nth element.</p>
<p>Q10. Write a Python program to insert a given string at the beginning of all items in a list.</p>
<h2 id="aim">Aim</h2>
<p>⦿ Install git on your local system, git will be our primary version control system</p>
<p>⦿ Learn Basic of Git i.e cloning a repository, making changes, staging chages, making commits, creating new pull requests</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/open-source-club/git_github_tutorial">git_github_tutorial</a> is maintained by <a href="https://github.com/open-source-club">open-source-club</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</section>
</body>
</html>