Skip to content

Instantly share code, notes, and snippets.

View ShivamNegi's full-sized avatar

Shivam Negi ShivamNegi

View GitHub Profile
@ShivamNegi
ShivamNegi / medium-gist-retriever.jl
Created August 29, 2017 06:04
GSoC17 final report
julia> names(retriever, true)
52-element Array{Symbol,1}:
Symbol("##download#1")
.
.
.
:check_for_updates
:dataset_names
:download
:eval
Python Winter Project
Problem 1:
Lets see how familiar you have got with strings.
Write a “Menu driven” program to check if the input string is a palindrome or not.
(Use slicing)
Console Output:
What would you like to do?
1. Enter
2. Quit