开始使用免费开始使用

Comparisons

Comparisons are important to allow your code to respond to the values it calculates. They are also a crucial part of writing conditional expressions.

In this exercise, you will become more comfortable with how these comparisons work. We will use the following variables:

x = 1
y = 100.0
z = "one"

本练习是课程的一部分

Introduction to Julia

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习