This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Python program for practical application of sqrt() function | |
# https://en.wikipedia.org/wiki/Centered_hexagonal_number | |
# Finding Centered hexagonal primes | |
import sys | |
# import math module | |
import math | |
# function to check if prime or not |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>jQueryGridTargeting</title> | |
</head> | |
<style> | |
#rows { | |
display: flex; | |
flex-direction: column; | |
} |