Colorful tips¶
This blog is to show different colorful tips for the blogs.
Some Tips¶
Some code:
# -*- coding: utf-8 -*-
"""
Code description.
"""
# Author: Zhaoliang Zheng <zhz03@g.ucla.edu>
# License: TDG-Attribution-NonCommercial-NoDistrib
if __name__ == "__main__":
pass
Some code:
Warning
Hello this is warning.
Bug
This is Bug.
question
This is a question.
solution
This is a hidden solution.
exercise
This is exercise.
info
This is info.
Danger
This is Danger.
Success
This is a hidden sucess.
Success
This is a non-hidden sucess.
Tip
This is a tip.