Skip to content

Instantly share code, notes, and snippets.

@JanneSalokoski
Last active May 27, 2016 06:03
Show Gist options
  • Save JanneSalokoski/4acf6f2d59b51cac90b1db8961fe0932 to your computer and use it in GitHub Desktop.
Save JanneSalokoski/4acf6f2d59b51cac90b1db8961fe0932 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>unicode</title>
<script type="text/javascript">
function ๐Ÿ˜‡(๐Ÿ“, ๐Ÿ˜)
{
if (๐Ÿ“ == "รค" and ๐Ÿ˜ != "๐Ÿ•")
{
console.log("Mansikka on hedelmรค ๐ŸŒš\n"))
}
}
var mansikka = "รค";
var hedelmรค = "๐Ÿ˜":
๐Ÿ˜‡(mansikka, hedelmรค);
</script>
</head>
<body>
</body>
</html>
def ๐Ÿ˜‡(๐Ÿ“, ๐Ÿ˜="๐Ÿ•"):
if ๐Ÿ“ == "รค" and ๐Ÿ˜ != "๐Ÿ•":
print("Mansikka on hedelmรค {}".format("๐ŸŒš"))
print()
mansikka = input("๐Ÿ“: ")
hedelmรค = input("๐Ÿ˜: ")
๐Ÿ˜‡(mansikka, hedelmรค)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment