Chalarangelo / 30-seconds-of-code

Short code snippets for all your development needs

Home Page:https://30secondsofcode.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Greetings or Words based on the given set of words having similar meanings

Keyurkariya opened this issue · comments

Define a set of words having similar meanings and they will be used randomly.

For example, to greet someone we can use ['Hello', 'Hola', 'Namaste'], etc and it will be randomly used.

Can you assign this to me working on this PR

Here is a PR for the same : #1515

This is probably not very valuable to most readers.