Skip to content

Instantly share code, notes, and snippets.

View charity1475's full-sized avatar
:electron:

Charity charity1475

:electron:
View GitHub Profile
import java.math.BigInteger;
import java.util.Scanner;
class Result {
/*
* Complete the 'extraLongFactorials' function below.
*
import React, {Component} from "react";
class Nav extends Component<any, any> {
render() {
return (
<header className="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
<a className="navbar-brand col-md-3 col-lg-2 me-0 px-3" href="#">Cocacola</a>
<button className="navbar-toggler position-absolute d-md-none collapsed" type="button"
data-bs-toggle="collapse"
data-bs-target="#sidebarMenu" aria-controls="sidebarMenu" aria-expanded="false"
import re
pattern = re.compile(r'.*$py')
message = input("coding in ?")
answer = re.search(pattern, message)
if answer is None:
print("You have got a non Pythonic mind")
else:
print("You have the Python signature")